Kanzi  3.9.6
Kanzi Engine API
raypick.hpp File Reference

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

typedef tuple< NodeSharedPtr, Ray, float > kanzi::RayPickResult
 RayPick hit test result tuple. More...
 

Functions

RayPickResult kanzi::rayPickHitTest (const Vector2 &limits, Scene *scene, Camera *camera, int x, int y)
 Input hit testing. More...
 
KZ_DEPRECATED RayPickResult kanzi::rayPickHitTest (const Vector2 &limits, OverlayScope &scope, Scene *scene, Camera *camera, int x, int y)
 Input hit testing. More...