Package | Description |
---|---|
math.geom3d.curve |
Spatial geometry toolbox.
|
math.geom3d.line |
Spatial geometry toolbox.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousCurve3D |
Modifier and Type | Method and Description |
---|---|
Curve3D |
Curve3D.getReverseCurve()
Returns the curve with same trace on the plane with parametrization in
reverse order.
|
Curve3D |
Curve3D.getSubCurve(double t0,
double t1)
Returns a portion of the original curve, delimited by two positions on
the curve.
|
Curve3D |
Curve3D.transform(AffineTransform3D trans)
Transforms the curve by an affine transform.
|
Modifier and Type | Class and Description |
---|---|
class |
LineSegment3D |
class |
StraightLine3D |
Modifier and Type | Method and Description |
---|---|
Curve3D |
LineSegment3D.getReverseCurve() |
Curve3D |
StraightLine3D.getSubCurve(double t0,
double t1) |
Curve3D |
LineSegment3D.transform(AffineTransform3D trans) |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.