Generates random vertices on the perimeter of a rectangle in the XY-plane.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function RandomOnRectangle ( _
numberOfVertices As Integer, _
length As Double, _
width As Double _
) As PointSet |
Return Value
Returns a planar set of points in the form of a rectangle in the XY-plane. The points lie on
the perimeter of the rectangle. The center is at (0,0,0).
See Also