Click or drag to resize

IReadonlyMeshGetVertex Method

Gets the vertex at index.

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

Parameters

idx
Type: SystemInt32
Index.

Return Value

Type: Point3
Vertex at index.
See Also