public class TwistType extends DataThingType
Java class for TwistType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TwistType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="LinearVelocity" type="{}VectorType"/>
<element name="AngularVelocity" type="{}VectorType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected VectorType |
angularVelocity |
protected VectorType |
linearVelocity |
name| Constructor and Description |
|---|
TwistType() |
| Modifier and Type | Method and Description |
|---|---|
VectorType |
getAngularVelocity()
Gets the value of the angularVelocity property.
|
VectorType |
getLinearVelocity()
Gets the value of the linearVelocity property.
|
void |
setAngularVelocity(VectorType value)
Sets the value of the angularVelocity property.
|
void |
setLinearVelocity(VectorType value)
Sets the value of the linearVelocity property.
|
getName, setNameprotected VectorType linearVelocity
protected VectorType angularVelocity
public VectorType getLinearVelocity()
VectorTypepublic void setLinearVelocity(VectorType value)
value - allowed object is
VectorTypepublic VectorType getAngularVelocity()
VectorTypepublic void setAngularVelocity(VectorType value)
value - allowed object is
VectorTypeCopyright © 2017. All rights reserved.