Uses of Class
vrml.field.ConstSFRotation
Packages that use ConstSFRotation
-
Uses of ConstSFRotation in vrml.field
Methods in vrml.field with parameters of type ConstSFRotationModifier and TypeMethodDescriptionvoid
MFRotation.addValue
(ConstSFRotation rot) Append the field as a new rot value to the end of this field.void
MFRotation.insertValue
(int index, ConstSFRotation rot) Insert the rotation represented by the given field at the given position in the array.void
MFRotation.set1Value
(int index, ConstSFRotation rot) Set the element at the given index with the value from the given field.void
SFRotation.setValue
(ConstSFRotation rotation) Set this field to the values from the passed in field