Search
Matrix3D Members
Constructors Methods
 


Represents a a mathematical matrix, specialized in 3D transformations.

The following tables list the members exposed by the Matrix3D type.

 Public Constructors

  Name Description

Matrix3D

Initializes a new instance of the Matrix3D class.

 Public Methods

  Name Description

fill

Fills the matrix with an array, starting from the top left, filling horisontally.

Identety

A 4x4 Identety Matrix

multiply

Overloaded.  

nullify

Fills the matrix with zeros.

Perspective

A 4x4 matrix, allowing perspective and vercitile coordinates.

RotateX

A 4x4 matrix, allowing rotation around the X axis.

RotateY

A 4x4 matrix, allowing rotation around the Y axis.

RotateZ

A 4x4 matrix, allowing rotation around the Z axis.

Scale

A 4x4 matrix, allowing scaling.

Translate

A 4x4 matrix, allowing translation.

 See Also