From 342403a02f8063903d0f38327430721d4d0ae331 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 20 Sep 2021 18:15:14 -0500 Subject: do ass1 --- dev/MinGfx/docs/html/point2_8h.html | 288 ++++++++++++++++++------------------ 1 file changed, 144 insertions(+), 144 deletions(-) (limited to 'dev/MinGfx/docs/html/point2_8h.html') diff --git a/dev/MinGfx/docs/html/point2_8h.html b/dev/MinGfx/docs/html/point2_8h.html index 3b2bedf..abc3ba3 100644 --- a/dev/MinGfx/docs/html/point2_8h.html +++ b/dev/MinGfx/docs/html/point2_8h.html @@ -1,144 +1,144 @@ - - - - - - - -MinGfx Toolkit: src/point2.h File Reference - - - - - - - - - - - - -
-
- - - - - - -
-
MinGfx Toolkit -  1.0 -
-
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
-
-
- - - - - - - - -
-
- - -
- -
- - -
-
- -
-
point2.h File Reference
-
-
-
#include <iostream>
-
-

Go to the source code of this file.

- - - - - -

-Classes

class  mingfx::Point2
 A 2D Point with floating point coordinates, used for storing 2D texture coordinates, screen-space graphics, and mouse input. More...
 
- - - - -

-Namespaces

 mingfx
 Namespace for the MinGfx Toolkit.
 
- - - - -

-Macros

#define MINGFX_MATH_EPSILON   1e-8
 Epsilon value used for == and != comparisons within MinGfx. More...
 
- - - - - -

-Functions

std::ostream & mingfx::operator<< (std::ostream &os, const Point2 &p)
 
std::istream & mingfx::operator>> (std::istream &is, Point2 &p)
 
-

Macro Definition Documentation

- -

◆ MINGFX_MATH_EPSILON

- -
-
- - - - -
#define MINGFX_MATH_EPSILON   1e-8
-
- -

Epsilon value used for == and != comparisons within MinGfx.

- -

Definition at line 22 of file point2.h.

- -
-
-
- - - - - + + + + + + + +MinGfx Toolkit: src/point2.h File Reference + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ + +
+
+ +
+
point2.h File Reference
+
+
+
#include <iostream>
+
+

Go to the source code of this file.

+ + + + + +

+Classes

class  mingfx::Point2
 A 2D Point with floating point coordinates, used for storing 2D texture coordinates, screen-space graphics, and mouse input. More...
 
+ + + + +

+Namespaces

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

+Macros

#define MINGFX_MATH_EPSILON   1e-8
 Epsilon value used for == and != comparisons within MinGfx. More...
 
+ + + + + +

+Functions

std::ostream & mingfx::operator<< (std::ostream &os, const Point2 &p)
 
std::istream & mingfx::operator>> (std::istream &is, Point2 &p)
 
+

Macro Definition Documentation

+ +

◆ MINGFX_MATH_EPSILON

+ +
+
+ + + + +
#define MINGFX_MATH_EPSILON   1e-8
+
+ +

Epsilon value used for == and != comparisons within MinGfx.

+ +

Definition at line 22 of file point2.h.

+ +
+
+
+ + + + + -- cgit v1.2.3