Reign.Core.Line3.Length C# (CSharp) 메소드

Length() 공개 메소드

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

Same methods

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