Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSbVec3i32.h50 SbVec3i32(void) { } in SbVec3i32() function
51 SbVec3i32(const int32_t v[3]) { vec[0] = v[0]; vec[1] = v[1]; vec[2] = v[2]; } in SbVec3i32() function
52 SbVec3i32(int32_t x, int32_t y, int32_t z) { vec[0] = x; vec[1] = y; vec[2] = z; } in SbVec3i32() function
53 explicit SbVec3i32(const SbVec3ui32 & v) { setValue(v); } in SbVec3i32() function
54 explicit SbVec3i32(const SbVec3b & v) { setValue(v); } in SbVec3i32() function
55 explicit SbVec3i32(const SbVec3s & v) { setValue(v); } in SbVec3i32() function
56 explicit SbVec3i32(const SbVec3f & v) { setValue(v); } in SbVec3i32() function
57 explicit SbVec3i32(const SbVec3d & v) { setValue(v); } in SbVec3i32() function
H A DSbVec3ui32.h42 class SbVec3i32; variable
H A DSbVec3s.h47 class SbVec3i32; variable
H A DSbVec3d.h47 class SbVec3i32; variable
H A DSbVec3b.h44 class SbVec3i32; variable
H A DSbVec3f.h49 class SbVec3i32; variable
H A DSbTypeInfo.h83 class SbVec3i32; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/
H A Dshared.h48 class SbVec3i32; variable