Air_Hockey_Simulator.Physics.Line.Line C# (CSharp) Method

Line() public method

public Line ( PointD point, Angle angle ) : System
point PointD
angle Angle
return System
        public Line(PointD point, Angle angle)
        {
            Point = point; Angle = angle;
        }

Same methods

Line::Line ( PointD point, double slope ) : System