Click or drag to resize

IReadonlyMeshGetVertex Method

Get vertex at index.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Point3 GetVertex(
	int idx
)

Parameters

idx
Type: SystemInt32
Index.

Return Value

Type: Point3
Vertex at index.
See Also