Home
last modified time | relevance | path

Searched refs:factorQ (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoTextureCoordinateObject.cpp105 SO_NODE_ADD_FIELD(factorQ, (0.0f, 0.0f, 0.0f, 1.0f)); in SoTextureCoordinateObject()
135 thisp->factorQ.getValue().dot(p4)); in generate()
202 const SbVec4f & q = thisp->factorQ.getValue(); in handleTexgen()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoTextureCoordinateObject.h52 SoSFVec4f factorQ; variable