Click or drag to resize
DigitalRuneGeometryHelperIsOver Method
Determines whether the projection of a point (into the triangle plane) is inside the given triangle.
Overload List
  NameDescription
Public methodStatic memberIsOver(Triangle, Vector3F)
Determines whether the projection of a point (into the triangle plane) is inside the given triangle.
Public methodStatic memberIsOver(Triangle, Vector3F)
Determines whether the projection of a point (into the triangle plane) is inside the given triangle. (This overload uses per-reference parameters for performance.)
Public methodStatic memberIsOver(Triangle, Vector3F, Single)
Determines whether the projection of a point (into the triangle plane) is inside the given triangle.
Top
See Also