Click or drag to resize
DigitalRuneTriangleMeshVertices Property
Gets or sets the vertices.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public List<Vector3F> Vertices { get; set; }

Property Value

Type: ListVector3F
The vertices. The default value is an empty list.
See Also