|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.dev.joode.joint.JointFeedback
public final class JointFeedback
| Field Summary | |
|---|---|
Vector3 |
f1
|
Vector3 |
f2
|
Vector3 |
t1
|
Vector3 |
t2
|
| Constructor Summary | |
|---|---|
JointFeedback()
|
|
| Method Summary | |
|---|---|
JointFeedback |
cloneState(ClonedReferences util)
deep clones the state object, any references to other SimState objects should be cloned and assigned to the clone via the ClonedReferences util object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Vector3 f1
public final Vector3 t1
public final Vector3 f2
public final Vector3 t2
| Constructor Detail |
|---|
public JointFeedback()
| Method Detail |
|---|
public JointFeedback cloneState(ClonedReferences util)
SimStatedeep clones the state object, any references to other SimState objects should be cloned and assigned to the clone via the ClonedReferences util object. The util object ensures that multiple clones of the same object are not performed during a clone operation.
cloneState in interface SimStateutil - instanciate a new one if top level cloning
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||