Package | Description |
---|---|
math.geom3d |
Spatial geometry toolbox.
|
math.geom3d.curve |
Spatial geometry toolbox.
|
math.geom3d.line |
Spatial geometry toolbox.
|
math.geom3d.plane |
Spatial geometry toolbox.
|
math.geom3d.transform |
Spatial geometry toolbox.
|
Modifier and Type | Method and Description |
---|---|
Vector3D |
Vector3D.transform(AffineTransform3D trans)
Transform the vector, by using only the first 4 parameters of the
transform.
|
Shape3D |
Shape3D.transform(AffineTransform3D trans) |
Shape3D |
Shape3D.EmptySet3D.transform(AffineTransform3D trans) |
Shape3D |
PointSet3D.transform(AffineTransform3D trans) |
Point3D |
Point3D.transform(AffineTransform3D trans) |
Modifier and Type | Method and Description |
---|---|
Curve3D |
Curve3D.transform(AffineTransform3D trans)
Transforms the curve by an affine transform.
|
Modifier and Type | Method and Description |
---|---|
StraightLine3D |
StraightLine3D.transform(AffineTransform3D trans) |
Curve3D |
LineSegment3D.transform(AffineTransform3D trans) |
Modifier and Type | Method and Description |
---|---|
Shape3D |
Plane3D.transform(AffineTransform3D trans) |
Modifier and Type | Method and Description |
---|---|
static AffineTransform3D |
AffineTransform3D.createRotationOx(double theta) |
static AffineTransform3D |
AffineTransform3D.createRotationOy(double theta) |
static AffineTransform3D |
AffineTransform3D.createRotationOz(double theta) |
static AffineTransform3D |
AffineTransform3D.createTranslation(double x,
double y,
double z) |
static AffineTransform3D |
AffineTransform3D.createTranslation(Vector3D vec) |
AffineTransform3D |
AffineTransform3D.getInverseTransform()
Computes the inverse affine transform.
|
Modifier and Type | Method and Description |
---|---|
void |
AffineTransform3D.preConcatenate(AffineTransform3D trans)
Combine this transform with another AffineTransform.
|
void |
AffineTransform3D.setTransform(AffineTransform3D trans)
Deprecated.
AffineTransform3d is immutable (0.6.3)
|
void |
AffineTransform3D.transform(AffineTransform3D trans)
Combine this transform with another AffineTransform.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.