| ConvexPolyhedronVertices Property |
Gets a read-only list with the vertices of the convex polyhedron.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax [XmlIgnoreAttribute]
public ReadOnlyCollection<Vector3F> Vertices { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property Vertices As ReadOnlyCollection(Of Vector3F)
Get
public:
[XmlIgnoreAttribute]
property ReadOnlyCollection<Vector3F>^ Vertices {
ReadOnlyCollection<Vector3F>^ get ();
}
[<XmlIgnoreAttribute>]
member Vertices : ReadOnlyCollection<Vector3F> with get
Property Value
Type:
ReadOnlyCollectionVector3F
A read-only list with the vertices of the convex polyhedron.
See Also