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 TypeMethodDescriptionvoid
MFVec2f.addValue
(ConstSFVec2f vec) Append the field as a new vec value to the end of this field.void
MFVec2f.insertValue
(int index, ConstSFVec2f vec) Insert the vector represented by the given field at the given position in the array.void
MFVec2f.set1Value
(int index, ConstSFVec2f vec) Set the element at the given index with the value from the given field.void
SFVec2f.setValue
(ConstSFVec2f vec) Set this field to the values from the passed in field