Description
Returns a 3D vector which is the result of the orthogonal projection of this point into the plane with normal planeNormal passing through the origin.
Visual Basic
Public Function OrthoProjectTo( planeNormal As Vector3d ) As Vector3d
C#
public Vector3d OrthoProjectTo( Vector3d planeNormal );
Parameters
| Parameters | Description |
|---|---|
| Vector3d planeNormal | Input plane normal |