|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjsci.physics.Torque3D
jsci.physics.ConstantTorque3D
public class ConstantTorque3D
The ConstantTorque3D class provides an object for encapsulating constant torques in 3D.
Constructor Summary | |
---|---|
ConstantTorque3D(double wx,
double wy,
double wz)
Constructs a torque. |
Method Summary | |
---|---|
Torque3D |
add(ConstantTorque3D T)
Returns the addition of this torque and another. |
double |
getXComponent(double t)
|
double |
getYComponent(double t)
|
double |
getZComponent(double t)
|
Torque3D |
subtract(ConstantTorque3D T)
Returns the subtraction of this torque by another. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstantTorque3D(double wx, double wy, double wz)
Method Detail |
---|
public Torque3D add(ConstantTorque3D T)
public Torque3D subtract(ConstantTorque3D T)
public double getXComponent(double t)
getXComponent
in class Torque3D
public double getYComponent(double t)
getYComponent
in class Torque3D
public double getZComponent(double t)
getZComponent
in class Torque3D
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |