You are here: Start » AVL.NET » Segment3D Structure

Segment3D Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
Segment3D(Point3D, Point3D)
Segment3D(Single, Single, Single, Single, Single, Single)

Properties

 NameTypeDescription
CenterAvl.Point3D
EmptyAvl.Segment3D Gets an empty instance of the Segment3D.
LengthSystem.Single
Point1Avl.Point3D
Point2Avl.Point3D
VectorAvl.Vector3D
X1System.Single
X2System.Single
Y1System.Single
Y2System.Single
Z1System.Single
Z2System.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(Avl.Segment3D)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also