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 TypeMethodDescriptionvoid
MFRotation.addValue
(SFRotation rot) Append the field as a new rot value to the end of this field.void
ConstMFRotation.get1Value
(int index, SFRotation vec) Get the vec value at the given position and copy it into the user provided field.void
MFRotation.get1Value
(int index, SFRotation rot) Copy the rotation value at the given index into the supplied field.void
MFRotation.insertValue
(int index, SFRotation rot) Insert the rotation represented by the given field at the given position in the array.void
MFRotation.set1Value
(int index, SFRotation rot) Set the element at the given index with the value from the given field.void
SFRotation.setValue
(SFRotation rotation) Set this field to the values from the passed in field