public interface Twist
extends org.eclipse.emf.ecore.EObject
Geometry_datatypesPackage.getTwist()
Modifier and Type | Method and Description |
---|---|
Vector3 |
getAngular()
Returns the value of the 'Angular' containment reference.
|
Vector3 |
getLinear()
Returns the value of the 'Linear' containment reference.
|
void |
setAngular(Vector3 value)
Sets the value of the '
Angular ' containment reference. |
void |
setLinear(Vector3 value)
Sets the value of the '
Linear ' containment reference. |
Vector3 getLinear()
If the meaning of the 'Linear' containment reference isn't clear, there really should be more of a description here...
setLinear(Vector3)
,
Geometry_datatypesPackage.getTwist_Linear()
void setLinear(Vector3 value)
Linear
' containment reference.
value
- the new value of the 'Linear' containment reference.getLinear()
Vector3 getAngular()
If the meaning of the 'Angular' containment reference isn't clear, there really should be more of a description here...
setAngular(Vector3)
,
Geometry_datatypesPackage.getTwist_Angular()
void setAngular(Vector3 value)
Angular
' containment reference.
value
- the new value of the 'Angular' containment reference.getAngular()
Copyright © 2016 Eclipse foundation. All rights reserved.