SbVec3b.3coin3 - Man Page

SbVec3b

Synopsis

#include <Inventor/SbVec3b.h>

Public Member Functions

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

Protected Attributes

int8_t vec [3]

Detailed Description

Since

Coin 2.5

Author

Generated automatically by Doxygen for Coin from the source code.

Referenced By

The man page SbVec3b.3coin2(3) is an alias of SbVec3b.3coin3(3).

Wed Jan 18 2023 Version 3.1.3 Coin