osgUtil.LineSegmentIntersector¶
- class osgUtil.LineSegmentIntersector¶
- Represents:
c++ class
- Wraps:
osgUtil::LineSegmentIntersector
- Bases:
Constructors:
- osgUtil.LineSegmentIntersector(osg.Vec3 start, osg.Vec3 aEnd)¶
- osgUtil.LineSegmentIntersector(osgUtil.Intersector.CoordinateFrame cf, osg.Vec3 start, osg.Vec3 aEnd)
- osgUtil.LineSegmentIntersector(osgUtil.Intersector.CoordinateFrame cf, osg.Vec3 start, osg.Vec3 aEnd, osgUtil.LineSegmentIntersector parent)
-
- Параметры:
start (
osg.Vec3) –aEnd (
osg.Vec3) –parent (
osgUtil.LineSegmentIntersector) –
- osgUtil.LineSegmentIntersector(osgUtil.Intersector.CoordinateFrame cf, osg.Vec3 start, osg.Vec3 aEnd, osgUtil.LineSegmentIntersector parent, osgUtil.Intersector.IntersectionLimit intersectionLimit)
-
- Параметры:
start (
osg.Vec3) –aEnd (
osg.Vec3) –parent (
osgUtil.LineSegmentIntersector) –intersectionLimit (
osgUtil.Intersector.IntersectionLimit) –
- osgUtil.LineSegmentIntersector(osgUtil.Intersector.CoordinateFrame cf, double x, double y)
-
- Параметры:
x (
double) –y (
double) –
Methods:
- :insertIntersection(osgUtil.LineSegmentIntersector.Intersection intersection)¶
-
- Параметры:
intersection (
osgUtil.LineSegmentIntersector.Intersection) –
- :getIntersections()¶
- :getFirstIntersection()¶
-
- Тип результата: