interface CoordinateSystem3 {
    origin: Vector3;
    unitaryMatrix: Matrix3;
}

Properties

origin: Vector3
unitaryMatrix: Matrix3