|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvrml.Field
vrml.field.SFRotation
public class SFRotation
Description of the Class
Field Summary |
---|
Fields inherited from class vrml.Field |
---|
implField |
Constructor Summary | |
---|---|
SFRotation(float[] axisAngle)
Constructor for the SFRotation object |
|
SFRotation(float x,
float y,
float z,
float axisAngle)
Constructor for the SFRotation object |
|
SFRotation(SFRotation init)
Constructor for the SFRotation object |
Method Summary | |
---|---|
Object |
clone()
Description of the Method |
float[] |
getValue()
Gets the value attribute of the SFRotation object |
void |
getValue(float[] rotation)
Gets the value attribute of the SFRotation object |
void |
setValue(ConstSFRotation rotation)
Sets the value attribute of the SFRotation object |
void |
setValue(float[] r)
Sets the value attribute of the SFRotation object |
void |
setValue(float xAxis,
float yAxis,
float zAxis,
float angle)
Sets the value attribute of the SFRotation object |
void |
setValue(SFRotation rotation)
Sets the value attribute of the SFRotation object |
Methods inherited from class vrml.Field |
---|
getImpl, markWriteable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SFRotation(SFRotation init)
init
- Description of the Parameterpublic SFRotation(float x, float y, float z, float axisAngle)
x
- Description of the Parametery
- Description of the Parameterz
- Description of the ParameteraxisAngle
- Description of the Parameterpublic SFRotation(float[] axisAngle)
axisAngle
- Description of the ParameterMethod Detail |
---|
public Object clone()
clone
in class Field
public void getValue(float[] rotation)
rotation
- Description of the Parameterpublic float[] getValue()
public void setValue(float[] r)
r
- The new value valuepublic void setValue(float xAxis, float yAxis, float zAxis, float angle)
xAxis
- The new value valueyAxis
- The new value valuezAxis
- The new value valueangle
- The new value valuepublic void setValue(ConstSFRotation rotation)
rotation
- The new value valuepublic void setValue(SFRotation rotation)
rotation
- The new value value
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |