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