Click or drag to resize
SbVec2fSetValue Method
Sets value of vector from a double precision vector.
Overload List
  NameDescription
Public methodSetValue(Double)
Sets the vector components giving an array of 2 double.
Public methodSetValue(Single)
Sets the vector components giving an array of 2 float.
Public methodSetValue(SbVec2d)
Sets value of vector from a double precision vector.
Public methodSetValue(SbVec2d)
Sets value of vector from a double precision vector.
Public methodSetValue(Double, Double)
Sets the vector components.
Public methodSetValue(Single, Single)
Sets the vector components.
Top
See Also