HE_Mesh
5.1.2
|
Protected Member Functions | |
WB_CoordinateSystem2D (final WB_Coord origin, final WB_Coord x, final WB_Coord y, final WB_CoordinateSystem2D parent) | |
WB_CoordinateSystem2D (final boolean world) | |
void | set (final WB_Coord origin, final WB_Coord x, final WB_Coord y) |
void | set (final WB_Coord origin, final WB_Coord x, final WB_Coord y, final WB_CoordinateSystem2D CS) |
Static Protected Member Functions | |
static final WB_CoordinateSystem2D | WORLD () |
Private Attributes | |
WB_CoordinateSystem2D | _parent |
WB_Point | _origin |
WB_Vector | _X |
WB_Vector | _Y |
boolean | _isWorld |
|
protected |
origin | |
x | |
y | |
parent |
|
protected |
world |
wblut.geom.WB_CoordinateSystem2D.WB_CoordinateSystem2D | ( | ) |
wblut.geom.WB_CoordinateSystem2D.WB_CoordinateSystem2D | ( | final WB_CoordinateSystem2D | parent | ) |
parent |
void wblut.geom.WB_CoordinateSystem2D.flip | ( | ) |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.get | ( | ) |
WB_Point wblut.geom.WB_CoordinateSystem2D.getOrigin | ( | ) |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.getParent | ( | ) |
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformFrom | ( | final WB_CoordinateSystem2D | CS | ) |
CS |
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformFromParent | ( | ) |
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformFromWorld | ( | ) |
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformTo | ( | final WB_CoordinateSystem2D | CS | ) |
CS |
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformToParent | ( | ) |
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformToWorld | ( | ) |
WB_Vector wblut.geom.WB_CoordinateSystem2D.getX | ( | ) |
WB_Vector wblut.geom.WB_CoordinateSystem2D.getY | ( | ) |
boolean wblut.geom.WB_CoordinateSystem2D.isWorld | ( | ) |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.rotateAboutOrigin | ( | final double | a | ) |
a |
|
protected |
origin | |
x | |
y |
|
protected |
origin | |
x | |
y | |
CS |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setOrigin | ( | final WB_Point | o | ) |
o |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setOrigin | ( | final double | ox, |
final double | oy | ||
) |
ox | |
oy |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setParent | ( | final WB_CoordinateSystem2D | parent | ) |
parent |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setX | ( | final WB_Coord | X | ) |
X |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setX | ( | final double | xx, |
final double | xy | ||
) |
xx | |
xy |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setY | ( | final WB_Coord | Y | ) |
Y |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setY | ( | final double | yx, |
final double | yy | ||
) |
yx | |
yy |
String wblut.geom.WB_CoordinateSystem2D.toString | ( | ) |
|
staticprotected |
|
private |
|
private |
|
private |
|
private |
|
private |