프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Ex | |||
Ey | |||
Ez | |||
Identity |
메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
GetInverse22 ( |
||
GetSymInverse33 ( |
||
Mat33 ( ) : System | ||
Mat33 ( |
||
Mul ( |
||
Mul22 ( |
||
Mul22ToOut ( |
||
Mul22ToOutUnsafe ( |
||
MulToOut ( |
||
MulToOutUnsafe ( |
||
SetZero ( ) : void | ||
Solve22 ( |
Solve A * x = b, where b is a column vector. This is more efficient than computing the inverse in one-shot cases.
|
|
Solve22ToOut ( |
Solve A * x = b, where b is a column vector. This is more efficient than computing the inverse in one-shot cases.
|
|
Solve33 ( |
Solve A * x = b, where b is a column vector. This is more efficient than computing the inverse in one-shot cases.
|
|
Solve33ToOut ( |
Solve A * x = b, where b is a column vector. This is more efficient than computing the inverse in one-shot cases.
|
public Mat33 ( |
||
argCol1 | ||
argCol2 | ||
argCol3 | ||
리턴 | System |
public static Mul22ToOut ( |
||
a | ||
v | ||
result | ||
리턴 | void |
public static Mul22ToOutUnsafe ( |
||
a | ||
v | ||
result | ||
리턴 | void |
public static MulToOut ( |
||
a | ||
v | ||
result | ||
리턴 | void |
public static MulToOutUnsafe ( |
||
a | ||
v | ||
result | ||
리턴 | void |
public Solve33ToOut ( |
||
b | ||
result | the result | |
리턴 | void |