search API (or start typing anywhere)
RayIntersection
differ.data.RayIntersection
Ray intersection data obtained by testing two rays for intersection.
class
Members
ray1
ray1 : differ.shapes.RayThe first ray in the test
ray2
ray2 : differ.shapes.RayThe second ray in the test
u1
u1 : Floatu value for ray1.
u2
u2 : Floatu value for ray2.
Methods
clone
clone() : differ.data.RayIntersectioncopy_from
copy_from(other:differ.data.RayIntersection) : Voidreset
reset() : differ.data.RayIntersection
