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

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

+ + + + + + + + + + + + + + + + + + +
default_shader()mingfx::QuickShapes
DrawArrow(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color, Point3 p, Vector3 dir, float radius)mingfx::QuickShapes
DrawAxes(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix)mingfx::QuickShapes
DrawBrush(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color)mingfx::QuickShapes
DrawCone(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color)mingfx::QuickShapes
DrawCube(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color)mingfx::QuickShapes
DrawCylinder(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color)mingfx::QuickShapes
DrawFullscreenTexture(const Color &color, const Texture2D &texture)mingfx::QuickShapes
DrawLines(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color, const std::vector< Point3 > &points, LinesType linesType, float radius)mingfx::QuickShapes
DrawLineSegment(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color, const Point3 &p1, const Point3 &p2, float radius)mingfx::QuickShapes
DrawSphere(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color)mingfx::QuickShapes
DrawSquare(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color)mingfx::QuickShapes
DrawSquare(const Matrix4 &modelMatrix, const Matrix4 &viewMatrix, const Matrix4 &projectionMatrix, const Color &color, const Texture2D &texture)mingfx::QuickShapes
LinesType enum namemingfx::QuickShapes
material()mingfx::QuickShapes
QuickShapes()mingfx::QuickShapes
~QuickShapes()mingfx::QuickShapesvirtual
+ + + + + -- cgit v1.2.3