C# 클래스 TagTool.Common.Matrix4x3

파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( Matrix4x3 M ) : bool
M Matrix4x3
리턴 bool

FromBounds() 공개 정적인 메소드

public static FromBounds ( BoundingBox bb ) : Matrix4x3
bb BoundingBox
리턴 Matrix4x3

FromBounds() 공개 정적인 메소드

public static FromBounds ( Vector min, Vector max ) : Matrix4x3
min Vector
max Vector
리턴 Matrix4x3

Matrix4x3() 공개 메소드

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
리턴 System.IO

Read() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : Matrix4x3
리턴 Matrix4x3