Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: Pt ProjectOntoPlane(Pt)

  • Declared in: RT.Modeling.Pt

Declaration

public Pt ProjectOntoPlane(
    Pt planeNormal
)

Summary

Projects this vector onto the plane that has the specified normal vector.

Parameters

PtplaneNormal Normal vector of the plane to project onto.