@ue-too/math / index / Matrix
類別: Matrix
定義於: matrix.ts:3
建構函式
建構函式
new Matrix(
_matrix):Matrix
定義於: matrix.ts:6
參數
_matrix
回傳
Matrix
存取器
inverse
Getter 簽章
get inverse():
Matrix3x3|null
定義於: matrix.ts:10
回傳
Matrix3x3 | null
方法
invertPoint()
invertPoint(
point):Point|null
定義於: matrix.ts:23
參數
point
回傳
Point | null
setMatrix()
setMatrix(
matrix):void
定義於: matrix.ts:14
參數
matrix
回傳
void
transformPoint()
transformPoint(
point):Point
定義於: matrix.ts:19