PhysicsConcaveTriangleMeshGeometryVertex Method |
The coordinates for the vertrex as the specified index in world
space.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic Vector3 Vertex(
int index
)
Parameters
- index Int32
- The index for the vertex in the range [0, VertexCount).
Return Value
Vector3The world space coordinates for the vertex at the specified index.
See Also