C# 클래스 aiMatrix3x3, daguerreo

상속: IDisposable
파일 보기 프로젝트 열기: Akranar/daguerreo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Determinant ( ) : float
Dispose ( ) : void
FromToMatrix ( aiVector3D, from, aiVector3D, to, aiMatrix3x3, arg2 ) : aiMatrix3x3,
Inverse ( ) : aiMatrix3x3,
Rotation ( float a, aiVector3D, axis, aiMatrix3x3, arg2 ) : aiMatrix3x3,
RotationZ ( float a, aiMatrix3x3, arg1 ) : aiMatrix3x3,
Translation ( aiVector2D, v, aiMatrix3x3, arg1 ) : aiMatrix3x3,
Transpose ( ) : aiMatrix3x3,
aiMatrix3x3 ( ) : System
aiMatrix3x3 ( aiMatrix4x4, pMatrix ) : System
aiMatrix3x3 ( float _a1, float _a2, float _a3, float _b1, float _b2, float _b3, float _c1, float _c2, float _c3 ) : System

비공개 메소드들

메소드 설명
aiMatrix3x3 ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( aiMatrix3x3 obj ) : HandleRef

메소드 상세

Determinant() 공개 메소드

public Determinant ( ) : float
리턴 float

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FromToMatrix() 공개 정적인 메소드

public static FromToMatrix ( aiVector3D, from, aiVector3D, to, aiMatrix3x3, arg2 ) : aiMatrix3x3,
from aiVector3D,
to aiVector3D,
arg2 aiMatrix3x3,
리턴 aiMatrix3x3,

Inverse() 공개 메소드

public Inverse ( ) : aiMatrix3x3,
리턴 aiMatrix3x3,

Rotation() 공개 정적인 메소드

public static Rotation ( float a, aiVector3D, axis, aiMatrix3x3, arg2 ) : aiMatrix3x3,
a float
axis aiVector3D,
arg2 aiMatrix3x3,
리턴 aiMatrix3x3,

RotationZ() 공개 정적인 메소드

public static RotationZ ( float a, aiMatrix3x3, arg1 ) : aiMatrix3x3,
a float
arg1 aiMatrix3x3,
리턴 aiMatrix3x3,

Translation() 공개 정적인 메소드

public static Translation ( aiVector2D, v, aiMatrix3x3, arg1 ) : aiMatrix3x3,
v aiVector2D,
arg1 aiMatrix3x3,
리턴 aiMatrix3x3,

Transpose() 공개 메소드

public Transpose ( ) : aiMatrix3x3,
리턴 aiMatrix3x3,

aiMatrix3x3() 공개 메소드

public aiMatrix3x3 ( ) : System
리턴 System

aiMatrix3x3() 공개 메소드

public aiMatrix3x3 ( aiMatrix4x4, pMatrix ) : System
pMatrix aiMatrix4x4,
리턴 System

aiMatrix3x3() 공개 메소드

public aiMatrix3x3 ( float _a1, float _a2, float _a3, float _b1, float _b2, float _b3, float _c1, float _c2, float _c3 ) : System
_a1 float
_a2 float
_a3 float
_b1 float
_b2 float
_b3 float
_c1 float
_c2 float
_c3 float
리턴 System

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool