|
| WB_Circle () |
|
| WB_Circle (final WB_Coord center, final double radius) |
|
| WB_Circle (final WB_Coord center, final WB_Coord normal, final double radius) |
|
| WB_Circle (final double x, final double y, final double r) |
|
double | getRadius () |
|
WB_Coord | getCenter () |
|
WB_Coord | getNormal () |
|
boolean | equals (final Object o) |
|
int | hashCode () |
|
WB_GeometryType | getType () |
|
boolean | isTangent2D (final WB_Circle C) |
|
WB_Circle | apply (final WB_Transform T) |
|
WB_Circle | applySelf (final WB_Transform T) |
|
void | set (final WB_Circle c) |
|
void | setCenter (final double x, final double y) |
|
void | setCenter (final double x, final double y, final double z) |
|
void | setCenter (final WB_Coord c) |
|
void | setNormal (final double x, final double y, final double z) |
|
void | setNormal (final WB_Coord c) |
|
void | setRadius (final double radius) |
|
void | setDiameter (final double diameter) |
|
WB_Geometry | apply (WB_Transform T) |
|
wblut.geom.WB_Circle.WB_Circle |
( |
| ) |
|
wblut.geom.WB_Circle.WB_Circle |
( |
final WB_Coord |
center, |
|
|
final double |
radius |
|
) |
| |
wblut.geom.WB_Circle.WB_Circle |
( |
final WB_Coord |
center, |
|
|
final WB_Coord |
normal, |
|
|
final double |
radius |
|
) |
| |
wblut.geom.WB_Circle.WB_Circle |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
r |
|
) |
| |
boolean wblut.geom.WB_Circle.equals |
( |
final Object |
o | ) |
|
WB_Coord wblut.geom.WB_Circle.getCenter |
( |
| ) |
|
WB_Coord wblut.geom.WB_Circle.getNormal |
( |
| ) |
|
double wblut.geom.WB_Circle.getRadius |
( |
| ) |
|
int wblut.geom.WB_Circle.hashCode |
( |
| ) |
|
int wblut.geom.WB_Circle.hashCode |
( |
final double |
v | ) |
|
|
private |
boolean wblut.geom.WB_Circle.isTangent2D |
( |
final WB_Circle |
C | ) |
|
void wblut.geom.WB_Circle.set |
( |
final WB_Circle |
c | ) |
|
void wblut.geom.WB_Circle.setCenter |
( |
final double |
x, |
|
|
final double |
y |
|
) |
| |
void wblut.geom.WB_Circle.setCenter |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z |
|
) |
| |
void wblut.geom.WB_Circle.setCenter |
( |
final WB_Coord |
c | ) |
|
void wblut.geom.WB_Circle.setDiameter |
( |
final double |
diameter | ) |
|
void wblut.geom.WB_Circle.setNormal |
( |
final double |
x, |
|
|
final double |
y, |
|
|
final double |
z |
|
) |
| |
void wblut.geom.WB_Circle.setNormal |
( |
final WB_Coord |
c | ) |
|
void wblut.geom.WB_Circle.setRadius |
( |
final double |
radius | ) |
|
double wblut.geom.WB_Circle.radius |
|
private |
The documentation for this class was generated from the following file: