Skip to content

@ue-too/math / index / Matrix

クラス: Matrix

定義: matrix.ts:3

コンストラクター

コンストラクター

new Matrix(_matrix): Matrix

定義: matrix.ts:6

パラメータ

_matrix

Matrix3x3

戻り値

Matrix

アクセッサー

inverse

署名を取得する

get inverse(): Matrix3x3 | null

定義: matrix.ts:10

戻り値

Matrix3x3 | null

メソッド

invertPoint()

invertPoint(point): Point | null

定義: matrix.ts:23

パラメータ

point

Point

戻り値

Point | null


setMatrix()

setMatrix(matrix): void

定義: matrix.ts:14

パラメータ

matrix

Matrix3x3

戻り値

void


transformPoint()

transformPoint(point): Point

定義: matrix.ts:19

パラメータ

point

Point

戻り値

Point