public class SteerNavigator extends Navigator3D
Modifier and Type | Field and Description |
---|---|
protected MFVec2f |
inputRange |
protected SFVec3f |
rotationSpeed |
protected SFVec3f |
translationSpeed |
protected SFBool |
updateRotationCenter |
protected SFFloat |
xRotation |
protected SFFloat |
xTranslation |
protected SFFloat |
yRotation |
protected SFFloat |
yTranslation |
protected SFVec3f |
zeroDeflectionRot |
protected SFVec3f |
zeroDeflectionTrans |
protected SFFloat |
zRotation |
protected SFFloat |
zTranslation |
enabled, keyDic, keyPress, keyRelease, logFeature, message
Constructor and Description |
---|
SteerNavigator() |
Modifier and Type | Method and Description |
---|---|
MFVec2f |
getInputRange() |
SFVec3f |
getRotationSpeed() |
SFVec3f |
getTranslationSpeed() |
SFBool |
getUpdateRotationCenter() |
SFFloat |
getxRotation() |
SFFloat |
getxTranslation() |
SFFloat |
getyRotation() |
SFFloat |
getyTranslation() |
SFVec3f |
getZeroDeflectionRot() |
SFVec3f |
getZeroDeflectionTrans() |
SFFloat |
getzRotation() |
SFFloat |
getzTranslation() |
void |
setRotationSpeed(SFVec3f rotationSpeed) |
void |
setTranslationSpeed(SFVec3f translationSpeed) |
void |
setUpdateRotationCenter(SFBool updateRotationCenter) |
void |
setxRotation(SFFloat xRotation) |
void |
setxTranslation(SFFloat xTranslation) |
void |
setyRotation(SFFloat yRotation) |
void |
setyTranslation(SFFloat yTranslation) |
void |
setZeroDeflectionRot(SFVec3f zeroDeflectionRot) |
void |
setZeroDeflectionTrans(SFVec3f zeroDeflectionTrans) |
void |
setzRotation(SFFloat zRotation) |
void |
setzTranslation(SFFloat zTranslation) |
getEnabled, getKeyDic, getKeyPress, getKeyRelease, getLogFeature, getMessage, setEnabled, setKeyPress, setKeyRelease, setMessage
getClazz, getDEF, getIS, getMetadataObject, getUSE, setDEF, setIS, setMetadataObject, setUSE
protected SFFloat xRotation
protected SFFloat yRotation
protected SFFloat zRotation
protected SFFloat xTranslation
protected SFFloat yTranslation
protected SFFloat zTranslation
protected MFVec2f inputRange
protected SFVec3f rotationSpeed
protected SFVec3f translationSpeed
protected SFVec3f zeroDeflectionTrans
protected SFVec3f zeroDeflectionRot
protected SFBool updateRotationCenter
public SFFloat getxRotation()
public void setxRotation(SFFloat xRotation)
public SFFloat getyRotation()
public void setyRotation(SFFloat yRotation)
public SFFloat getzRotation()
public void setzRotation(SFFloat zRotation)
public SFFloat getxTranslation()
public void setxTranslation(SFFloat xTranslation)
public SFFloat getyTranslation()
public void setyTranslation(SFFloat yTranslation)
public SFFloat getzTranslation()
public void setzTranslation(SFFloat zTranslation)
public MFVec2f getInputRange()
public SFVec3f getRotationSpeed()
public void setRotationSpeed(SFVec3f rotationSpeed)
public SFVec3f getTranslationSpeed()
public void setTranslationSpeed(SFVec3f translationSpeed)
public SFVec3f getZeroDeflectionRot()
public void setZeroDeflectionRot(SFVec3f zeroDeflectionRot)
public SFVec3f getZeroDeflectionTrans()
public void setZeroDeflectionTrans(SFVec3f zeroDeflectionTrans)
public SFBool getUpdateRotationCenter()
public void setUpdateRotationCenter(SFBool updateRotationCenter)