A random plane.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public static Plane RandomPlane() |
Visual Basic (Declaration) |
---|
Public Shared Function RandomPlane As Plane |
Visual C++ |
---|
public: static Plane^ RandomPlane() |
Return Value
Returns a random Plane.Remarks
A random plane is defined by a RandomPoint()()() point
and a random normal vector.