Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Operator: Pt operator*(double[], Pt)

  • 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).
Ptp The point/vector to multiply with the matrix.