| Package | Description |
|---|---|
| us.ihmc.euclid.transform | |
| us.ihmc.euclid.transform.interfaces | |
| us.ihmc.euclid.tuple3D |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AffineTransform.inverseTransform(Point3DReadOnly pointOriginal,
Point3DBasics pointTransformed) |
Performs the inverse of the transform on the given point
pointOriginal and stores the
result in pointTransformed. |
void |
QuaternionBasedTransform.inverseTransform(Point3DReadOnly pointOriginal,
Point3DBasics pointTransformed) |
Performs the inverse of the transform on the given point
pointOriginal and stores the
result in pointTransformed. |
void |
RigidBodyTransform.inverseTransform(Point3DReadOnly pointOriginal,
Point3DBasics pointTransformed) |
Performs the inverse of the transform on the given point
pointOriginal and stores the
result in pointTransformed. |
void |
AffineTransform.transform(Point3DReadOnly pointOriginal,
Point3DBasics pointTransformed) |
Transforms the given
pointOriginal by this transform and stores the result in
pointTransformed. |
void |
QuaternionBasedTransform.transform(Point3DReadOnly pointOriginal,
Point3DBasics pointTransformed) |
Transforms the given
pointOriginal by this transform and stores the result in
pointTransformed. |
void |
RigidBodyTransform.transform(Point3DReadOnly pointOriginal,
Point3DBasics pointTransformed) |
Transforms the given
pointOriginal by this transform and stores the result in
pointTransformed. |
| Modifier and Type | Method | Description |
|---|---|---|
default void |
Transform.inverseTransform(Point3DBasics pointToTransform) |
Performs the inverse of the transform on the given point
pointToTransform. |
void |
Transform.inverseTransform(Point3DReadOnly pointOriginal,
Point3DBasics pointTransformed) |
Performs the inverse of the transform on the given point
pointOriginal and stores the
result in pointTransformed. |
default void |
Transform.transform(Point3DBasics pointToTransform) |
Transforms the given
pointToTransform by this transform. |
void |
Transform.transform(Point3DReadOnly pointOriginal,
Point3DBasics pointTransformed) |
Transforms the given
pointOriginal by this transform and stores the result in
pointTransformed. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
Point3D |
A 3D point represents the 3D coordinates of a location in space.
|
class |
Point3D32 |
A 3D point represents the 3D coordinates of a location in space.
|