- UP_DELTA - Variable in class sprites.Sprite
-
- UtilityCircle - Class in simulation_Lab12Version
-
This class encapsulates a circle, centered at the origin (0,0) that has a
single point located somewhere on the circumference.
- UtilityCircle(double, double) - Constructor for class simulation_Lab12Version.UtilityCircle
-
Constructs a circle with centre point at 0,0 and whose circumference is
given by the passed diameter value.
- UtilityCircle(Point) - Constructor for class simulation_Lab12Version.UtilityCircle
-
Constructs a circle with centre point at 0,0 and whose circumference
passes through the passed point
- UtilityClass - Class in simulation_Lab12Version
-
- UtilityClass() - Constructor for class simulation_Lab12Version.UtilityClass
-