Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class vrml.field.SFRotation

java.lang.Object
    |
    +----vrml.Field
            |
            +----vrml.field.SFRotation

public class SFRotation
extends Field

Constructor Summary
 SFRotation()
 
 SFRotation(float axisX, float axisY, float axisZ, float angle)
 
 

Method Summary
void  getValue(float[] rotations)
 
void  setValue(float[] rotations)
 
void  setValue(float axisX, float axisY, float axisZ, float angle)
 
void  setValue(ConstSFRotation rotation)
 
void  setValue(SFRotation rotation)
 
java.lang.String  toString()
 
 
Methods inherited from class vrml.Field
 clone
 
Methods inherited from class java.lang.Object
 clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SFRotation

public SFRotation()

SFRotation

public SFRotation(float axisX,
                  float axisY,
                  float axisZ,
                  float angle)
Method Detail

getValue

public void getValue(float[] rotations)

setValue

public void setValue(float[] rotations)

setValue

public void setValue(float axisX,
                     float axisY,
                     float axisZ,
                     float angle)

setValue

public void setValue(ConstSFRotation rotation)

setValue

public void setValue(SFRotation rotation)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS