getBarycentricCoordinates Method

Get the barycentric coordinates of this location, if they have been computed.

getBarycentricCoordinates(facetVertices?: IndexedXYZCollection, distanceTolerance: numberGeometry.smallMetricDistance): undefined | number[]

@returns cached barycentric coordinates

Parameter Type Description
facetVertices IndexedXYZCollection used to compute the barycentric coordinate cache
distanceTolerance number used to compute the barycentric coordinate cache

Returns - undefined | number[]

cached barycentric coordinates

Defined in

Last Updated: 14 November, 2024