Air_Hockey_Simulator.Physics.Line.Line C# (CSharp) 메소드

Line() 공개 메소드

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

Same methods

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