osgUtil.Intersector

class osgUtil.Intersector
Represents:

c++ class

Wraps:

osgUtil::Intersector

Methods:

:setCoordinateFrame(osgUtil.Intersector.CoordinateFrame cf)

Parameters:

cf (osgUtil.Intersector.CoordinateFrame) –

:getCoordinateFrame()

Return type:

osgUtil.Intersector.CoordinateFrame

:setIntersectionLimit(osgUtil.Intersector.IntersectionLimit limit)

Parameters:

limit (osgUtil.Intersector.IntersectionLimit) –

:getIntersectionLimit()

Return type:

osgUtil.Intersector.IntersectionLimit

:enter(osg.Node aNode)

Parameters:

aNode (osg.Node) –

Return type:

bool

:leave()

:reset()

:containsIntersections()

Return type:

bool

:disabled()

Return type:

bool

:incrementDisabledCount()

:decrementDisabledCount()

:reachedLimit()

Return type:

bool

:setPrecisionHint(osgUtil.Intersector.PrecisionHint hint)

Parameters:

hint (osgUtil.Intersector.PrecisionHint) –

:getPrecisionHint()

Return type:

osgUtil.Intersector.PrecisionHint