A random ellipse.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public static Ellipse RandomEllipse() |
| Visual Basic (Declaration) |
|---|
Public Shared Function RandomEllipse As Ellipse |
| Visual C++ |
|---|
public: static Ellipse^ RandomEllipse() |
Return Value
Returns a 3d random ellipse.
Remarks
The coordinates of the center, the axis vectors and the normal vector
are between [-MaxRandom...MaxRandom].