Click or drag to resize

Triangle3dBarycentricCoordsAt Method

Gets the projection of a point onto the barycentric coordinates.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.1
Syntax
public Point2d BarycentricCoordsAt(
	Point3d point,
	out double signedHeight
)

Parameters

point
Type: Rhino.GeometryPoint3d
Point to project.
signedHeight
Type: SystemDouble
A value indicating the height of the intersection in world units, negative if the point is situated under the triangle.

Return Value

Type: Point2d
The computed barycentric mass values relating to B and C for point.
See Also