interface CoordinateSystem2 {
    origin: Vector2;
    unitaryMatrix: Matrix2;
}

Properties

origin: Vector2
unitaryMatrix: Matrix2