 | LineSegment2FDirection Property |
Returns the direction of the line segment, assuming that PointA is the start point.
Namespace: Slash.Math.Geometry.LinesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic Vector2F Direction { get; }
Public ReadOnly Property Direction As Vector2F
Get
public:
property Vector2F Direction {
Vector2F get ();
}
member Direction : Vector2F with get
Property Value
Type:
Vector2F
See Also