From 9b83919815f6a6ce5d73da1c28483970d0ca5589 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Feb 2021 14:22:28 -0600 Subject: added dev/MinGfx/ --- .../docs/html/classmingfx_1_1_ray-members.html | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 dev/MinGfx/docs/html/classmingfx_1_1_ray-members.html (limited to 'dev/MinGfx/docs/html/classmingfx_1_1_ray-members.html') diff --git a/dev/MinGfx/docs/html/classmingfx_1_1_ray-members.html b/dev/MinGfx/docs/html/classmingfx_1_1_ray-members.html new file mode 100644 index 0000000..f27cee9 --- /dev/null +++ b/dev/MinGfx/docs/html/classmingfx_1_1_ray-members.html @@ -0,0 +1,110 @@ + + + + + + + +MinGfx Toolkit: Member List + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+
+
mingfx::Ray Member List
+
+
+ +

This is the complete list of members for mingfx::Ray, including all inherited members.

+ + + + + + + + + + + + + + + + + +
direction() constmingfx::Ray
FastIntersectMesh(Mesh *mesh, float *iTime, Point3 *iPoint, int *iTriangleID) constmingfx::Ray
IntersectAABB(const AABB &box, float *iTime) constmingfx::Ray
IntersectMesh(const Mesh &mesh, float *iTime, Point3 *iPoint, int *iTriangleID) constmingfx::Ray
IntersectPlane(const Point3 &planePt, const Vector3 &planeNormal, float *iTime, Point3 *iPoint) constmingfx::Ray
IntersectQuad(const Point3 &v1, const Point3 &v2, const Point3 &v3, const Point3 &v4, float *iTime, Point3 *iPoint) constmingfx::Ray
IntersectSphere(const Point3 &center, float radius, float *iTime, Point3 *iPoint) constmingfx::Ray
IntersectTriangle(const Point3 &v1, const Point3 &v2, const Point3 &v3, float *iTime, Point3 *iPoint) constmingfx::Ray
Length() constmingfx::Ray
operator!=(const Ray &other) constmingfx::Ray
operator==(const Ray &other) constmingfx::Ray
origin() constmingfx::Ray
Ray()mingfx::Ray
Ray(const Point3 &origin, const Vector3 &direction)mingfx::Ray
set(Point3 newOrigin, Vector3 newDir)mingfx::Ray
~Ray()mingfx::Rayvirtual
+ + + + + -- cgit v1.2.3