|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.math3.geometry.euclidean.threed.Screw
public class Screw
This class represents a screw
Constructor Summary | |
---|---|
Screw(Screw screw)
Build a copy of a screw. |
|
Screw(Vector3D inOrigin,
Vector3D inTranslation,
Vector3D inRotation)
Constructor |
Method Summary | |
---|---|
static Screw |
displace(Screw s,
Vector3D newOrigin)
Displace this screw, using Chasles |
Screw |
displace(Vector3D newOrigin)
Displace this screw, using Chasles |
Vector3D |
getOrigin()
|
Vector3D |
getRotation()
|
Vector3D |
getTranslation()
|
Screw |
sum(Screw screw)
Calculate the sum of this and screw, expressed in this objects origin. |
static Screw |
sum(Screw s1,
Screw s2)
Calculate the sum of this and screw, expressed in this objects origin. |
String |
toString()
Get a String representation of this screw. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Screw(Screw screw)
screw
- screwpublic Screw(Vector3D inOrigin, Vector3D inTranslation, Vector3D inRotation)
inOrigin
- origininTranslation
- translationinRotation
- rotationMethod Detail |
---|
public static Screw sum(Screw s1, Screw s2)
s1
- screw.s2
- screw.
public static Screw displace(Screw s, Vector3D newOrigin)
s
- screwnewOrigin
- new origin for s
public Screw sum(Screw screw)
screw
- screw to add to this.
public Screw displace(Vector3D newOrigin)
newOrigin
- new origin for current object
public Vector3D getOrigin()
public Vector3D getTranslation()
public Vector3D getRotation()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |