Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/base/
H A DSbSphere.cpp63 SbSphere::SbSphere(const SbVec3f &centerarg, const float radiusarg) in SbSphere() argument
71 this->setValue(centerarg, radiusarg); in SbSphere()
80 SbSphere::setValue(const SbVec3f &centerarg, const float radiusarg) in setValue() argument
87 this->setCenter(centerarg); in setValue()
97 SbSphere::setCenter(const SbVec3f &centerarg) in setCenter() argument
99 this->center = centerarg; in setCenter()
/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoGetBoundingBoxAction.cpp543 SoGetBoundingBoxAction::setCenter(const SbVec3f & centerarg, in setCenter() argument
554 lmat.multVecMatrix(centerarg, this->center); in setCenter()
557 this->center = centerarg; in setCenter()
564 centerarg[0], centerarg[1], centerarg[2], in setCenter()