Click or drag to resize
DigitalRuneGeometryHelperIsOver Method (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.)

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
[CLSCompliantAttribute(false)]
public static bool IsOver(
	ref Triangle triangle,
	ref Vector3F point
)

Parameters

triangle
Type: DigitalRune.Geometry.ShapesTriangle
The triangle.
point
Type: DigitalRune.Mathematics.AlgebraVector3F
The point.

Return Value

Type: Boolean
if the orthogonal projection of point is inside the triangle; otherwise, .
See Also