- isInsideUnitSquare(double, double) - Static method in class eecs2030.lab0.Lab0
-
Determine if the point (x, y)
is inside the unit square.
- isOdd(int) - Static method in class eecs2030.lab0.Lab0
-
Determine if an integer x
is odd.
- isOnUnitCircle(double, double) - Static method in class eecs2030.lab0.Lab0
-
Determine if the point (x, y)
is exactly on the perimeter of
a circle with center (0, 0)
and having radius equal to
1
.
- isOutsideUnitSquare(double, double) - Static method in class eecs2030.lab0.Lab0
-
Determine if the point (x, y)
is outside the unit square.