osg.BoundingSphere¶
-
class
osg.
BoundingSphere
¶ Represents: c++ class Wraps: osg::BoundingSphereImpl<osg::Vec3f> Constructors:
-
osg.
BoundingSphere
()¶
-
osg.
BoundingSphere
(osg.Vec3 center, double radius) -
Параметры: - center (
osg.Vec3
) – - radius (
double
) –
- center (
-
osg.
BoundingSphere
(osg.BoundingSphere other) -
Параметры: other ( osg.BoundingSphere
) –
Methods:
-
:
radius
()¶ -
Тип результата: double
-
:
radius2
()¶ -
Тип результата: double
-
:
expandBy
(osg.BoundingSphere bs)¶ -
Параметры: bs ( osg.BoundingSphere
) –
-