Description:

Gets the projection of a point onto the barycentric coordinates.

Syntax:
public Point2d BarycentricCoordsAt(
Point3d point,
out double signedHeight
)
Parameters:
  • point
  • Type: Point3d
  • Point to project.
  • signedHeight
  • Type: double
  • A value indicating the height of the intersection in world units, negative if the point is situated under the triangle.
Returns:
Type: Point2d
The computed barycentric mass values relating to B and C for point.
Available since:
7.1

/
/
/
BarycentricCoordsAt

BarycentricCoordsAt method

Class:  Rhino.Geometry.Triangle3d

Nothing found