HE_Mesh
6.0.1
|
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 |
References wblut.geom.WB_CoordinateSystem2D.WORLD(), wblut.geom.WB_Vector.X, wblut.geom.WB_Vector.Y, and wblut.geom.WB_Point.ZERO.
wblut.geom.WB_CoordinateSystem2D.WB_CoordinateSystem2D | ( | ) |
wblut.geom.WB_CoordinateSystem2D.WB_CoordinateSystem2D | ( | final WB_CoordinateSystem2D | parent | ) |
parent |
References wblut.geom.WB_Vector.X, wblut.geom.WB_Vector.Y, and wblut.geom.WB_Point.ZERO.
void wblut.geom.WB_CoordinateSystem2D.flip | ( | ) |
References wblut.geom.WB_Vector.mulSelf().
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.get | ( | ) |
References wblut.geom.WB_CoordinateSystem2D.WB_CoordinateSystem2D().
WB_Point wblut.geom.WB_CoordinateSystem2D.getOrigin | ( | ) |
References wblut.geom.WB_Point.copy().
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.getParent | ( | ) |
References wblut.geom.WB_CoordinateSystem2D._parent.
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformFrom | ( | final WB_CoordinateSystem2D | CS | ) |
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformFromParent | ( | ) |
References wblut.geom.WB_Transform2D.addFromParentToCS2D().
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformFromWorld | ( | ) |
References wblut.geom.WB_Transform2D.addFromWorldToCS2D().
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformTo | ( | final WB_CoordinateSystem2D | CS | ) |
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformToParent | ( | ) |
References wblut.geom.WB_Transform2D.addFromCSToParent2D().
WB_Transform2D wblut.geom.WB_CoordinateSystem2D.getTransformToWorld | ( | ) |
References wblut.geom.WB_Transform2D.addFromCSToWorld2D().
WB_Vector wblut.geom.WB_CoordinateSystem2D.getX | ( | ) |
References wblut.geom.WB_Vector.copy().
WB_Vector wblut.geom.WB_CoordinateSystem2D.getY | ( | ) |
References wblut.geom.WB_Vector.copy().
boolean wblut.geom.WB_CoordinateSystem2D.isWorld | ( | ) |
References wblut.geom.WB_CoordinateSystem2D._isWorld.
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.rotateAboutOrigin | ( | final double | a | ) |
|
protected |
origin | |
x | |
y |
|
protected |
origin | |
x | |
y | |
CS |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setOrigin | ( | final WB_Point | o | ) |
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setOrigin | ( | final double | ox, |
final double | 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 |
References wblut.geom.WB_Vector.getOrthoNormal2D(), and wblut.geom.WB_Vector.normalizeSelf().
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setX | ( | final double | xx, |
final double | xy | ||
) |
xx | |
xy |
References wblut.geom.WB_Vector.getOrthoNormal2D(), and wblut.geom.WB_Vector.normalizeSelf().
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setY | ( | final WB_Coord | Y | ) |
Y |
References wblut.geom.WB_Vector.getOrthoNormal2D(), wblut.geom.WB_Vector.mulSelf(), and wblut.geom.WB_Vector.normalizeSelf().
WB_CoordinateSystem2D wblut.geom.WB_CoordinateSystem2D.setY | ( | final double | yx, |
final double | yy | ||
) |
yx | |
yy |
References wblut.geom.WB_Vector.getOrthoNormal2D(), wblut.geom.WB_Vector.mulSelf(), and wblut.geom.WB_Vector.normalizeSelf().
String wblut.geom.WB_CoordinateSystem2D.toString | ( | ) |
|
staticprotected |
References wblut.geom.WB_CoordinateSystem2D.WB_CoordinateSystem2D().
|
private |
|
private |
|
private |
|
private |
|
private |