An NDoc Documented Class Library

Matrix Class

Matrix is the fundamental class for all transformations. The dimensions of a Matrix you can set in the constructor. So am Matrix has a property Rows and a Property Cols whith indicats the dimensions for rows and columns. In most cases w'll deal with 4 x 4 matrices, because there are needed to represent transformations in a threedimenional room.

For a list of all members of this type, see Matrix Members.

System.Object
   Minais.Drawing3d.Math.Matrix

public class Matrix

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Minais.Drawing3d.Math

Assembly: Drawing3d (in Drawing3d.dll)

See Also

Matrix Members | Minais.Drawing3d.Math Namespace