Home
last modified time | relevance | path

Searched defs:SbVec3f (Results 1 – 25 of 32) sorted by relevance

12

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSbVec3f.h53 SbVec3f(void) { } in SbVec3f() function
54 SbVec3f(const float v[3]) { vec[0] = v[0]; vec[1] = v[1]; vec[2] = v[2]; } in SbVec3f() function
55 SbVec3f(float x, float y, float z) { vec[0] = x; vec[1] = y; vec[2] = z; } in SbVec3f() function
56 explicit SbVec3f(const SbVec3d & v) { setValue(v); } in SbVec3f() function
57 explicit SbVec3f(const SbVec3b & v) { setValue(v); } in SbVec3f() function
58 explicit SbVec3f(const SbVec3s & v) { setValue(v); } in SbVec3f() function
59 explicit SbVec3f(const SbVec3i32 & v) { setValue(v); } in SbVec3f() function
H A DSbRotation.h42 class SbVec3f; variable
H A DSbMatrix.h41 class SbVec3f; variable
H A DSbViewVolume.h48 class SbVec3f; variable
H A DSbVec3s.h48 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoNormal.h39 class SbVec3f; variable
H A DSoVertexShape.h46 class SbVec3f; variable
H A DSoExtSelection.h46 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/caches/
H A DSoTextureCoordinateCache.h39 class SbVec3f; variable
H A DSoConvexDataCache.h39 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/navigation/
H A DSoScXMLRotateTarget.h38 class SbVec3f; variable
H A DSoScXMLNavigationTarget.h41 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A DSbStringConvert.h43 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/navigation/
H A DSoCameraUtils.h39 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/annex/ForeignFiles/
H A DSoSTLFileKit.h44 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/manips/
H A DSoDirectionalLightManip.h47 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/actions/
H A DSoRayPickAction.h43 class SbVec3f; variable
H A DSoCallbackAction.h57 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/
H A DSoGL.h53 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A Dsoshape_bigtexture.h51 class SbVec3f; variable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/vis/
H A Dbmsh3d_vis_utils.h27 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/fields/
H A Dshared.h49 class SbVec3f; variable
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoTextureCoordinateReflectionMap.cpp121 const SbVec3f & /* p */, in generate()
H A DSoTextureCoordinateEnvironment.cpp141 const SbVec3f & /* p */, in generate()
H A DSoTextureCoordinatePlane.cpp199 const SbVec3f &p, in generate()

12