linearly v0.32.0Docs


linearly v0.32.0 / mat2d / fixedPoint

Function: fixedPoint()

fixedPoint(m): vec2 | null

Computes a fixed point of the given matrix.

Parameters

m: mat2d

The matrix to compute a fixed point of

Returns

vec2 | null

The fixed point of the given matrix, or null if the matrix is not invertible

Defined in

src/mat2d.ts:390open in new window