Home
last modified time | relevance | path

Searched defs:SbVec3s (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSbVec3s.h53 SbVec3s(void) { } in SbVec3s() function
54 SbVec3s(const short v[3]) { vec[0] = v[0]; vec[1] = v[1]; vec[2] = v[2]; } in SbVec3s() function
55 SbVec3s(short x, short y, short z) { vec[0] = x; vec[1] = y; vec[2] = z; } in SbVec3s() function
56 explicit SbVec3s(const SbVec3us & v) { setValue(v); } in SbVec3s() function
57 explicit SbVec3s(const SbVec3b & v) { setValue(v); } in SbVec3s() function
58 explicit SbVec3s(const SbVec3i32 & v) { setValue(v); } in SbVec3s() function
59 explicit SbVec3s(const SbVec3f & v) { setValue(v); } in SbVec3s() function
60 explicit SbVec3s(const SbVec3d & v) { setValue(v); } in SbVec3s() function
H A DSbVec3us.h46 class SbVec3s; variable
H A DSbVec3d.h46 class SbVec3s; variable
H A DSbVec3i32.h44 class SbVec3s; variable
H A DSbVec3b.h43 class SbVec3s; variable
H A DSbVec3f.h48 class SbVec3s; variable
H A DSbTypeInfo.h81 class SbVec3s; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/
H A Dshared.h47 class SbVec3s; variable