A random line.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public static Line RandomLine() |
Visual Basic (Declaration) |
---|
Public Shared Function RandomLine As Line |
Visual C++ |
---|
public: static Line^ RandomLine() |
Return Value
Returns a line with random point and random direction vector.Remarks
This random line is defined by a RandomPoint()()() and a
RandomVector()()().