Interface ITri3d
Interface for 3D triangles.
public interface ITri3d : IFlat3d, IExpandToBox3d
- Inherited Members
- Extension Methods
Methods
GetApex(int)
Gets the specified vertex (apex) of this triangle.
Vec3d GetApex(int i)
Parameters
i
intIndex of the vertex (0-2)
Returns
- Vec3d
The position of the specified vertex