Click or drag to resize

PhysicsConcaveTriangleMeshGeometryVertex Method

The coordinates for the vertrex as the specified index in world space.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public Vector3 Vertex(
	int index
)

Parameters

index  Int32
The index for the vertex in the range [0, VertexCount).

Return Value

Vector3
The world space coordinates for the vertex at the specified index.
See Also