- Declared in: RT.Modeling.Pt
Declaration
public static Pt operator*(
double[] matrix,
Pt p
)
Summary
Multiplies a 3D point/vector by a matrix.
Parameters
double[] | matrix |
The matrix to multiply by (must have exactly 9 entries). |
Pt | p |
The point/vector to multiply with the matrix. |