Matrix3 Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Serializable]
public struct Matrix3 : IEquatable<OpenTK.Matrix3>
type Matrix3 = struct
Inheritance
Attributes
Implements
Constructors
Fields
Properties
Methods
Add(Matrix3, Matrix3, Matrix3)
Add(Matrix3, Matrix3)
Add(Matrix3)
Equals(Matrix3, Matrix3)
Equals(Matrix3)
Equals(Matrix3)
EqualsApprox(Matrix3, Matrix3, Single)
EqualsApprox(Matrix3, Single)
GetHashCode()
Multiply(Matrix3, Matrix3, Matrix3)
Multiply(Matrix3, Matrix3)
Multiply(Matrix3, Single, Matrix3)
Multiply(Matrix3)
Multiply(Single, Matrix3)
Multiply(Single)
Rotate(Matrix3, Single, Matrix3)
Rotate(Single, Matrix3)
Rotate(Single)
RotateMatrix(Single, Matrix3)
Subtract(Matrix3, Matrix3, Matrix3)
Subtract(Matrix3, Matrix3)
Subtract(Matrix3)
ToQuaternion()
ToString()
Transform(Matrix3, Vector3, Vector3)
Transform(Matrix3, Vector3)
Transform(Vector3, Vector3)
Transform(Vector3)
Transpose()
Transpose(Matrix3, Matrix3)
Transpose(Matrix3)
Operators
Applies to