Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <Inventor/SbVec4i32.h>
Public Member Functions | |
SbVec4i32 (const int32_t v[4]) | |
SbVec4i32 (int32_t x, int32_t y, int32_t z, int32_t w) | |
SbVec4i32 (const SbVec4ui32 &v) | |
SbVec4i32 (const SbVec4b &v) | |
SbVec4i32 (const SbVec4s &v) | |
SbVec4i32 (const SbVec4f &v) | |
SbVec4i32 (const SbVec4d &v) | |
SbVec4i32 & | setValue (const int32_t v[4]) |
SbVec4i32 & | setValue (int32_t x, int32_t y, int32_t z, int32_t w) |
SbVec4i32 & | setValue (const SbVec4ui32 &v) |
SbVec4i32 & | setValue (const SbVec4b &v) |
SbVec4i32 & | setValue (const SbVec4s &v) |
SbVec4i32 & | setValue (const SbVec4f &v) |
SbVec4i32 & | setValue (const SbVec4d &v) |
const int32_t * | getValue (void) const |
void | getValue (int32_t &x, int32_t &y, int32_t &z, int32_t &w) const |
int32_t & | operator[] (int i) |
const int32_t & | operator[] (int i) const |
int32_t | dot (const SbVec4i32 &v) const |
void | negate (void) |
SbVec4i32 & | operator*= (int d) |
SbVec4i32 & | operator*= (double d) |
SbVec4i32 & | operator/= (int d) |
SbVec4i32 & | operator/= (double d) |
SbVec4i32 & | operator+= (const SbVec4i32 &v) |
SbVec4i32 & | operator-= (const SbVec4i32 &v) |
SbVec4i32 | operator- (void) const |
Protected Attributes | |
int32_t | vec [4] |