| LineSegment2IDirection 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
Syntax public Vector2I Direction { get; }
Public ReadOnly Property Direction As Vector2I
Get
public:
property Vector2I Direction {
Vector2I get ();
}
member Direction : Vector2I with get
Property Value
Type:
Vector2ISee Also