sig
module Intersection :
sig
type t
external get_drawable :
OsgUtil.Line_segment_intersector.Intersection.t ->
Osg.Drawable.t option
= "line_segment_intersector_intersection_get_drawable"
end
module Intersections :
sig
type t
external create :
unit -> OsgUtil.Line_segment_intersector.Intersections.t
= "line_segment_intersector_intersections_create"
external to_array :
OsgUtil.Line_segment_intersector.Intersections.t ->
OsgUtil.Line_segment_intersector.Intersection.t array
= "line_segment_intersector_intersections_to_array"
end
end