Reign.Core.Line3.Length C# (CSharp) Method

Length() public method

public Length ( ) : float
return float
        public float Length()
        {
            return (Point1 - Point2).Length();
        }

Same methods

Line3::Length ( Line3 &line, float &result ) : void