Logo


search API (or start typing anywhere)


RayIntersection

differ.data.RayIntersection

Ray intersection data obtained by testing two rays for intersection.


class
meta: @:keep, @:publicFields


   

Members


ray1
ray1 : differ.shapes.Ray
The first ray in the test
ray2
ray2 : differ.shapes.Ray
The second ray in the test
u1
u1 : Float
u value for ray1.
u2
u2 : Float
u value for ray2.

Methods


clone
clone() : differ.data.RayIntersection

copy_from

copy_from(other:differ.data.RayIntersection) : Void

reset

reset() : differ.data.RayIntersection