C# Class TagTool.Common.Matrix4x3

Mostra file Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
Equals ( Matrix4x3 M ) : bool
FromBounds ( BoundingBox bb ) : Matrix4x3
FromBounds ( Vector min, Vector max ) : Matrix4x3
Matrix4x3 ( float M11, float M12, float M13, float M21, float M22, float M23, float M31, float M32, float M33, float M41, float M42, float M43 ) : System.IO
Read ( BinaryReader reader ) : Matrix4x3
operator ( ) : Matrix4x3

Method Details

Equals() public method

public Equals ( Matrix4x3 M ) : bool
M Matrix4x3
return bool

FromBounds() public static method

public static FromBounds ( BoundingBox bb ) : Matrix4x3
bb BoundingBox
return Matrix4x3

FromBounds() public static method

public static FromBounds ( Vector min, Vector max ) : Matrix4x3
min Vector
max Vector
return Matrix4x3

Matrix4x3() public method

public Matrix4x3 ( float M11, float M12, float M13, float M21, float M22, float M23, float M31, float M32, float M33, float M41, float M42, float M43 ) : System.IO
M11 float
M12 float
M13 float
M21 float
M22 float
M23 float
M31 float
M32 float
M33 float
M41 float
M42 float
M43 float
return System.IO

Read() public static method

public static Read ( BinaryReader reader ) : Matrix4x3
reader System.IO.BinaryReader
return Matrix4x3

operator() public static method

public static operator ( ) : Matrix4x3
return Matrix4x3