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