SbVec3fSetValue Method |
Name | Description | |
---|---|---|
SetValue(Double) |
Sets the vector components giving an array of 3 double.
| |
SetValue(Single) |
Sets the vector components giving an array of 3 float.
| |
SetValue(SbVec3d) |
Sets value of vector from a double precision vector.
| |
SetValue(SbVec3d) |
Sets value of vector from a double precision vector.
| |
SetValue(Double, Double, Double) |
Sets the vector components.
| |
SetValue(Single, Single, Single) |
Sets the vector components.
| |
SetValue(SbVec3f, SbVec3f, SbVec3f, SbVec3f) |
Sets value of vector as the weighted average of 3 other vectors.
| |
SetValue(SbVec3f, SbVec3f, SbVec3f, SbVec3f) |
Sets value of vector as the weighted average of 3 other vectors.
|