Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SbVec3i32 Class Reference

#include <Inventor/SbVec3i32.h>

Public Member Functions

 SbVec3i32 (const int32_t v[3])
 
 SbVec3i32 (int32_t x, int32_t y, int32_t z)
 
 SbVec3i32 (const SbVec3ui32 &v)
 
 SbVec3i32 (const SbVec3b &v)
 
 SbVec3i32 (const SbVec3s &v)
 
 SbVec3i32 (const SbVec3f &v)
 
 SbVec3i32 (const SbVec3d &v)
 
SbVec3i32setValue (const int32_t v[3])
 
SbVec3i32setValue (int32_t x, int32_t y, int32_t z)
 
SbVec3i32setValue (const SbVec3ui32 &v)
 
SbVec3i32setValue (const SbVec3b &v)
 
SbVec3i32setValue (const SbVec3s &v)
 
SbVec3i32setValue (const SbVec3f &v)
 
SbVec3i32setValue (const SbVec3d &v)
 
const int32_t * getValue (void) const
 
void getValue (int32_t &x, int32_t &y, int32_t &z) const
 
int32_t & operator[] (int i)
 
const int32_t & operator[] (int i) const
 
int32_t dot (const SbVec3i32 &v) const
 
void negate (void)
 
SbVec3i32operator*= (int d)
 
SbVec3i32operator*= (double d)
 
SbVec3i32operator/= (int d)
 
SbVec3i32operator/= (double d)
 
SbVec3i32operator+= (const SbVec3i32 &v)
 
SbVec3i32operator-= (const SbVec3i32 &v)
 
SbVec3i32 operator- (void) const
 

Protected Attributes

int32_t vec [3]
 

Detailed Description

Since
Coin 2.5

The documentation for this class was generated from the following files: