C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure


In This Topic
Matrix4x4 Structure Methods
In This Topic

For a list of all members of this type, see Matrix4x4 members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Determines the sum of two matrices.  
Public Methodstatic (Shared in Visual Basic)Determines the sum of two matrices.  
Public Methodstatic (Shared in Visual Basic)Creates a spherical billboard that rotates around a specified object position.  
Public Methodstatic (Shared in Visual Basic)Creates a spherical billboard that rotates around a specified object position.  
Public Methodstatic (Shared in Visual Basic)Creates a cylindrical billboard that rotates around a specified axis.  
Public Methodstatic (Shared in Visual Basic)Creates a cylindrical billboard that rotates around a specified axis.  
Public Methodstatic (Shared in Visual Basic)Divides a matrix by the given value.  
Public Methodstatic (Shared in Visual Basic)Divides a matrix by the given value.  
Public MethodOverloaded. Determines whether the specified Matrix4x4 is equal to this instance.  
Public MethodDetermines whether the specified Matrix4x4 is equal to this instance.  
Public MethodExchanges two columns in the matrix.  
Public MethodExchanges two rows in the matrix.  
Public MethodReturns a hash code for this instance.  
Public Methodstatic (Shared in Visual Basic)Element-wise division of two matrices.  
Public Methodstatic (Shared in Visual Basic)Element-wise division of two matrices.  
Public Methodstatic (Shared in Visual Basic)Determines the Hadamard (element-wise) product of two matrices.  
Public Methodstatic (Shared in Visual Basic)Determines the Hadamard (element-wise) product of two matrices.  
Public Methodstatic (Shared in Visual Basic)Calculates the inverse of the specified matrix.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Inverts the matrix.  
Public Methodstatic (Shared in Visual Basic)Performs a linear interpolation between two matrices based on the given weighting.  
Public Methodstatic (Shared in Visual Basic)Performs a linear interpolation between two matrices based on the given weighting.  
Public Methodstatic (Shared in Visual Basic)Creates a view matrix.  
Public Methodstatic (Shared in Visual Basic)Creates a view matrix.  
Public Methodstatic (Shared in Visual Basic)Determines the product of two matrices.  
Public Methodstatic (Shared in Visual Basic)Determines the product of two matrices.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Scales a matrix by the given value.  
Public Methodstatic (Shared in Visual Basic)Scales a matrix by the given value.  
Public Methodstatic (Shared in Visual Basic)Negates a matrix.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Negates a matrix.  
Public Methodstatic (Shared in Visual Basic)Creates an orthographic perspective matrix from the given view volume dimensions.  
Public Methodstatic (Shared in Visual Basic)Creates a customized orthographic projection matrix.  
Public Methodstatic (Shared in Visual Basic)Creates a perspective projection matrix from the given view volume dimensions.  
Public Methodstatic (Shared in Visual Basic)Creates a perspective projection matrix based on a field of view, aspect ratio, and near and far view plane distances.  
Public Methodstatic (Shared in Visual Basic)Creates a customized perspective projection matrix.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix that reflects the coordinate system about a specified plane.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix that reflects the coordinate system about a specified plane.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix that rotates around an arbitary axis.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix that rotates around an arbitary axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix that rotates around the x-axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix that rotates around the x-axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix that rotates around the y-axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix that rotates around the y-axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix that rotates around the z-axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix that rotates around the z-axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix that uniformally scales along all three axis.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a matrix that uniformally scales along all three axis.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix that flattens geometry into a specified plane as if casting a shadow from a specified light source.  
Public Methodstatic (Shared in Visual Basic)Creates a matrix that flattens geometry into a specified plane as if casting a shadow from a specified light source.  
Public Methodstatic (Shared in Visual Basic)Creates a skew/shear matrix by means of a translation vector, a rotation vector, and a rotation angle.  
Public Methodstatic (Shared in Visual Basic)Creates a skew/shear matrix by means of a translation vector, a rotation vector, and a rotation angle.  
Public Methodstatic (Shared in Visual Basic)Determines the difference between two matrices.  
Public Methodstatic (Shared in Visual Basic)Determines the difference between two matrices.  
Public MethodCreates an array containing the elements of the matrix.  
Public MethodOverloaded. Returns a string that represents the current object.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a translation matrix using the specified offsets.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a translation matrix from the specified 3-dimensional vector.  
Public Methodstatic (Shared in Visual Basic)Calculates the transpose of the specified matrix.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Transposes the matrix.  
Public Methodstatic (Shared in Visual Basic)Creates a world matrix with the specified parameters.  
Public Methodstatic (Shared in Visual Basic)Creates a world matrix with the specified parameters.  
Public Methodstatic (Shared in Visual Basic)Creates a rotation matrix from the specified yaw, pitch, and roll.  
Top
See Also