Uses of Class
vrml.field.SFRotation
Packages that use SFRotation
-
Uses of SFRotation in vrml.field
Methods in vrml.field with parameters of type SFRotationModifier and TypeMethodDescriptionvoidMFRotation.addValue(SFRotation rot) Append the field as a new rot value to the end of this field.voidConstMFRotation.get1Value(int index, SFRotation vec) Get the vec value at the given position and copy it into the user provided field.voidMFRotation.get1Value(int index, SFRotation rot) Copy the rotation value at the given index into the supplied field.voidMFRotation.insertValue(int index, SFRotation rot) Insert the rotation represented by the given field at the given position in the array.voidMFRotation.set1Value(int index, SFRotation rot) Set the element at the given index with the value from the given field.voidSFRotation.setValue(SFRotation rotation) Set this field to the values from the passed in field