|
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)
Syntaxpublic Vertex(
Vec3d pos
)
Public Sub New (
pos As Vec3d
)
public:
Vertex(
Vec3d^ pos
)
new :
pos : Vec3d -> VertexParameters
- pos
- Type: Karamba.Utilities.KMeshVec3d
Position of the vertex.
See Also