Click or drag to resize

Mesh3GetVertex Method

return the position of a vertex of given index

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

Parameters

idx
Type: SystemInt32
index of vertex

Return Value

Type: Point3
position of indexed vertex

Implements

IReadonlyMeshGetVertex(Int32)
See Also