osgUtil.LineSegmentIntersector

class osgUtil.LineSegmentIntersector
Represents:c++ class
Wraps:osgUtil::LineSegmentIntersector
Bases:osgUtil.Intersector

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)

Параметры:
osgUtil.LineSegmentIntersector(osgUtil.Intersector.CoordinateFrame cf, osg.Vec3 start, osg.Vec3 aEnd, osgUtil.LineSegmentIntersector parent, osgUtil.Intersector.IntersectionLimit intersectionLimit)

Параметры:
osgUtil.LineSegmentIntersector(osgUtil.Intersector.CoordinateFrame cf, double x, double y)

Параметры:

Methods:

:insertIntersection(osgUtil.LineSegmentIntersector.Intersection intersection)

Параметры:intersection (osgUtil.LineSegmentIntersector.Intersection) –
:getIntersections()

:getFirstIntersection()

Тип результата:osgUtil.LineSegmentIntersector.Intersection
:setStart(osg.Vec3 start)

Параметры:start (osg.Vec3) –
:getStart()

Тип результата:osg.Vec3
:setEnd(osg.Vec3 aEnd)

Параметры:aEnd (osg.Vec3) –
:getEnd()

Тип результата:osg.Vec3