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