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

Line3() public method

public Line3 ( Vector3 point1, Vector3 point2 ) : System.Runtime.InteropServices
point1 Vector3
point2 Vector3
return System.Runtime.InteropServices
        public Line3(Vector3 point1, Vector3 point2)
        {
            Point1 = point1;
            Point2 = point2;
        }