Computes the eight corner vertices of the bounding box in space.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public PointSet GetVertices()
Visual Basic (Declaration)
Public Function GetVertices As PointSet
Visual C++
public:
PointSet^ GetVertices()

Return Value

Returns the eight corner vertices of the bounding box in space.

See Also