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

Puck() public method

public Puck ( ) : System
return System
        public Puck()
        {
            Velocity = new Velocity();
            Location = new PointD(0, 0);
        }
Puck