edgeLength Method
Compute length of the triangle edge opposite the vertex with the given index.
edgeLength(oppositeVertexIndex: number): number
@see edgeStartVertexIndexToOppositeVertexIndex
| Parameter | Type | Description | 
|---|---|---|
| oppositeVertexIndex | number | 
Returns - number
Defined in
- geometry3d/BarycentricTriangle.ts Line 235
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.