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

Segment2D Structure

Namespace:Avl
Assembly:AvlNet.Types.dll

Constructors

 ConstructorDescription
Segment2D(Point2D, Point2D)
Segment2D(Single, Single, Single, Single)

Properties

 NameTypeDescription
CenterAvl.Point2D
DirectionSystem.Single
EmptyAvl.Segment2D Gets an empty instance of the Segment2D.
LengthSystem.Single
Point1Avl.Point2D
Point2Avl.Point2D
VectorAvl.Vector2D
X1System.Single
X2System.Single
Y1System.Single
Y2System.Single

Methods

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

See also