Click or drag to resize

Vertex Constructor

Initializes a new instance of the Vertex class. create new mesh vertex.

Namespace:  Karamba.Utilities.KMesh
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Vertex(
	Vec3d pos
)

Parameters

pos
Type: Karamba.Utilities.KMeshVec3d
Position of the vertex.
See Also