public class DAEMSimStiffnessProps
extends java.lang.Object
COLLADA "extra" element corresponding to MSim Joint
stiffness properties.
Copyright (C) 2010 Marsette A. Vona, III
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
cvsid |
boolean |
enabled
enabled attribute
|
double |
stiffness
stiffness attribute
|
double |
stiffnessRest
stiffness_rest attribute
|
Constructor and Description |
---|
DAEMSimStiffnessProps() |
Modifier and Type | Method and Description |
---|---|
DAEMSimStiffnessProps |
readFrom(Joint joint)
read all settings from joint
|
DAEMSimStiffnessProps |
writeTo(Joint joint)
write all settings to joint
|
private static final java.lang.String cvsid
public double stiffness
public double stiffnessRest
public boolean enabled
public DAEMSimStiffnessProps writeTo(Joint joint)
public DAEMSimStiffnessProps readFrom(Joint joint)