Click or drag to resize
DigitalRuneConvexPolyhedronVertices Property
Gets a read-only list with the vertices of the convex polyhedron.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
[XmlIgnoreAttribute]
public ReadOnlyCollection<Vector3F> Vertices { get; }

Property Value

Type: ReadOnlyCollectionVector3F
A read-only list with the vertices of the convex polyhedron.
See Also