menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
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
home
/
Rhino.Geometry
/
Triangle3d
/
BarycentricCoordsAt
BarycentricCoordsAt method
Class:
Rhino.Geometry.Triangle3d
Nothing found