 | LineSegment2FDirectionNormalized Property |
Returns the normalized 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 DirectionNormalized { get; }
Public ReadOnly Property DirectionNormalized As Vector2F
Get
public:
property Vector2F DirectionNormalized {
Vector2F get ();
}
member DirectionNormalized : Vector2F with get
Property Value
Type:
Vector2F
See Also