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

Segment2D Structure

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

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

Properties

 NameTypeDescription
LengthSystem.Single
Point1AvlNet.Point2D
Point2AvlNet.Point2D
X1System.Single
X2System.Single
Y1System.Single
Y2System.Single

Methods

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

See also