pointToFraction Method

Compute the projection of the given point onto the plane of this triangle.

pointToFraction(point: Point3d, result?: TriangleLocationDetail): TriangleLocationDetail

@returns details d of the projection point P = d.world:

@see fractionToPoint

Parameter Type Description
point Point3d point p to project
result TriangleLocationDetail optional pre-allocated object to fill and return

Returns - TriangleLocationDetail

details d of the projection point P = d.world:

Defined in

Last Updated: 17 May, 2024