public final class RadPolarCoordinates extends Object
Modifier and Type | Field and Description |
---|---|
double |
angle
This field holds the rotation angle in degrees.
|
double |
radius
This field holds the radius.
|
Constructor and Description |
---|
RadPolarCoordinates(double angle,
double radius)
Creates an instance of the
RadPolarCoordinates class with
specified rotation angle and radius. |
public double angle
public double radius
public RadPolarCoordinates(double angle, double radius)
RadPolarCoordinates
class with
specified rotation angle and radius.angle
- the rotation angle in degrees.radius
- the radius.