Uses of Class
vrml.field.ConstSFVec2f
Packages that use ConstSFVec2f
-
Uses of ConstSFVec2f in vrml.field
Methods in vrml.field with parameters of type ConstSFVec2fModifier and TypeMethodDescriptionvoidMFVec2f.addValue(ConstSFVec2f vec) Append the field as a new vec value to the end of this field.voidMFVec2f.insertValue(int index, ConstSFVec2f vec) Insert the vector represented by the given field at the given position in the array.voidMFVec2f.set1Value(int index, ConstSFVec2f vec) Set the element at the given index with the value from the given field.voidSFVec2f.setValue(ConstSFVec2f vec) Set this field to the values from the passed in field