Enumerations | |
| enum | osg::MathTypeProperties { osg::RealValue, osg::IntValue, osg::BoolValue } |
Variables | |
| const Real32 | osg::Eps = 1E-6f |
| const Real32 | osg::Pi = 3.141592653589793f |
| const Real32 | osg::Sqrt2 = 1.41421356237309504f |
| const Real32 | osg::Inf = 1E30f |
| const Real32 | osg::NegInf = - 1E30f |
| const Char8 | osg::PluginExt [] = ".so" |
| const Char8 | osg::PluginPattern [] = "*.so" |
| const Char8 | osg::DirSep = '/' |
| const Real32 osg::Eps = 1E-6f |
Definition at line 540 of file OSGBaseTypes.h.
Referenced by osg::ExtrusionSurface::calcOptimizedContour(), osg::ExtrusionSurface::calcQuadFaceNormal(), osg::ExtrusionSurface::calcSweepSurfacePositions(), osg::ExtrusionSurface::calcSweepSurfaceTexCoords(), calcTexS(), osg::ExtrusionSurface::calcVertexNormal(), osg::ExtrusionSurface::calcYAxes(), osg::ExtrusionSurface::calcZAxes(), osg::TextureBackground::clear(), osg::SkyBackground::clear(), osg::TextVectorGlyph::computeContourOrientations(), osg::ExtrusionSurface::determineTopology(), osg::VectorInterface< ValueTypeT, StorageInterfaceT >::enclosedAngle(), osg::QuaternionBase< ValueTypeT >::getValueAsAxisDeg(), osg::Plane::intersect(), osg::Line::intersect(), osg::Plane::isOnPlane(), osg::SphereVolume::isOnSurface(), osg::CylinderVolume::isOnSurface(), osg::BoxVolume::isOnSurface(), osg::SimpleMaterial::isTransparent(), osg::PhongMaterial::isTransparent(), osg::MaterialChunk::isTransparent(), osg::FresnelMaterial::isTransparent(), osg::PointInterface< ValueTypeT, StorageInterfaceT >::isZero(), osg::makeSphereGeo(), osg::MatrixLookAt(), osg::MatrixPerspective(), osg::OffCenterPerspectiveCamera::MatrixPerspectivePrincipalPnt(), osg::MatrixStereoPerspective(), osg::VectorInterface< ValueTypeT, StorageInterfaceT >::normalize(), osg::QuaternionBase< ValueTypeT >::normalize(), vecless< type >::operator()(), osg::ExtrusionSurface::vecless< type >::operator()(), osg::VectorInterface< ValueTypeT, StorageInterfaceT >::operator==(), osg::PointInterface< ValueTypeT, StorageInterfaceT >::operator==(), osg::TransformChunk::operator==(), osg::TextureChunk::operator==(), osg::QuaternionBase< ValueTypeT >::operator==(), osg::TransformationMatrix< ValueTypeT >::operator==(), osg::MaterialChunk::operator==(), osg::LightChunk::operator==(), osg::Color4< ValueTypeT >::operator==(), osg::Color3< ValueTypeT >::operator==(), osg::VectorInterface< ValueTypeT, StorageInterfaceT >::projectTo(), osg::TrackballNavigator::rotate(), osg::QuaternionBase< ValueTypeT >::setValue(), osg::QuaternionBase< ValueTypeT >::setValueAsAxisRad(), osg::SimpleSceneManager::showAll(), osg::Plane::transform(), osg::Trackball::updateRotation(), and osg::VRMLWriteAction::writeMaterial().
| const Real32 osg::Pi = 3.141592653589793f |
Definition at line 545 of file OSGBaseTypes.h.
Referenced by addPoint(), osg::ExtrusionSurface::calcBetterRotationAngle(), osg::calcVertexNormals(), osg::SkyBackground::clear(), osg::createNormalVolume(), osg::GraphicStatisticsForeground::drawAnalog(), osg::VectorInterface< ValueTypeT, StorageInterfaceT >::enclosedAngle(), osg::PerspectiveCamera::getProjection(), osg::OffCenterPerspectiveCamera::getProjection(), osg::SphereVolume::getScalarVolume(), osg::CylinderVolume::getScalarVolume(), osg::makeConicalFrustumGeo(), osg::makeLatLongSphereGeo(), osg::makeSphereGeo(), osg::makeTorusGeo(), and osg::QuaternionBase< ValueTypeT >::setValue().
| const Real32 osg::Sqrt2 = 1.41421356237309504f |
Definition at line 550 of file OSGBaseTypes.h.
Referenced by osg::Particles::adjustVolume(), and osg::Billboard::adjustVolume().
| const Real32 osg::Inf = 1E30f |
Definition at line 555 of file OSGBaseTypes.h.
Referenced by osg::createNormalVolume(), osg::createPhongVolume(), osg::Window::getConstantValuev(), osg::Line::intersect(), osg::RenderAction::isSmallFeature(), and osg::IntersectAction::start().
| const Real32 osg::NegInf = - 1E30f |
| const Char8 osg::PluginExt[] = ".so" |
Definition at line 601 of file OSGBaseTypes.h.
| const Char8 osg::PluginPattern[] = "*.so" |
| const Char8 osg::DirSep = '/' |
Definition at line 611 of file OSGBaseTypes.h.
1.5.5