Anim 0.1
|
This is the complete list of members for GefExtensions::RayHelper, including all inherited members.
GetScreenPosRay(gef::Vector2 const &screen_position, gef::Matrix44 const &projection, gef::Matrix44 const &view, gef::Vector4 &start_point, gef::Vector4 &direction, float screen_width, float screen_height, float ndc_z_min) (defined in GefExtensions::RayHelper) | GefExtensions::RayHelper | static |
RayPlaneIntersect(gef::Vector4 &start_point, gef::Vector4 &direction, gef::Vector4 const &point_on_plane, gef::Vector4 const &plane_normal, gef::Vector4 &hitpoint) (defined in GefExtensions::RayHelper) | GefExtensions::RayHelper | static |
RaySphereIntersect(gef::Vector4 const &start_point, gef::Vector4 const &direction, gef::Vector4 const &sphere_centre, float sphere_radius, gef::Vector4 &hitpoint) (defined in GefExtensions::RayHelper) | GefExtensions::RayHelper | static |