From 9b83919815f6a6ce5d73da1c28483970d0ca5589 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Feb 2021 14:22:28 -0600 Subject: added dev/MinGfx/ --- dev/MinGfx/docs/html/quaternion_8h.html | 133 ++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 dev/MinGfx/docs/html/quaternion_8h.html (limited to 'dev/MinGfx/docs/html/quaternion_8h.html') diff --git a/dev/MinGfx/docs/html/quaternion_8h.html b/dev/MinGfx/docs/html/quaternion_8h.html new file mode 100644 index 0000000..eb5fc9f --- /dev/null +++ b/dev/MinGfx/docs/html/quaternion_8h.html @@ -0,0 +1,133 @@ + + + + + + + +MinGfx Toolkit: src/quaternion.h File Reference + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
quaternion.h File Reference
+
+
+
#include <iostream>
+#include "vector3.h"
+
+

Go to the source code of this file.

+ + + + + +

+Classes

class  mingfx::Quaternion
 A quaternion to represent rotations in 3D space. More...
 
+ + + + +

+Namespaces

 mingfx
 Namespace for the MinGfx Toolkit.
 
+ + + + + + + + + + + + + + + + + + + +

+Functions

Quaternion mingfx::operator* (const Quaternion &q1, const Quaternion &q2)
 
Quaternion mingfx::operator/ (const Quaternion &q, const float s)
 
Quaternion mingfx::operator* (const float s, const Quaternion &q)
 
Quaternion mingfx::operator* (const Quaternion &q, const float s)
 
Quaternion mingfx::operator- (const Quaternion &q)
 
Quaternion mingfx::operator+ (const Quaternion &q1, const Quaternion &q2)
 
Quaternion mingfx::operator- (const Quaternion &q1, const Quaternion &q2)
 
std::ostream & mingfx::operator<< (std::ostream &os, const Quaternion &q)
 
std::istream & mingfx::operator>> (std::istream &is, Quaternion &q)
 
+
+ + + + + -- cgit v1.2.3