From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/_geometry_8cpp.html | 537 ----------------------------------- 1 file changed, 537 deletions(-) delete mode 100644 Doc/doxygen/html/_geometry_8cpp.html (limited to 'Doc/doxygen/html/_geometry_8cpp.html') diff --git a/Doc/doxygen/html/_geometry_8cpp.html b/Doc/doxygen/html/_geometry_8cpp.html deleted file mode 100644 index 5dc9ba4..0000000 --- a/Doc/doxygen/html/_geometry_8cpp.html +++ /dev/null @@ -1,537 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/nGenEx/Geometry.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
- -
-
Geometry.cpp File Reference
-
-
-
#include "MemDebug.h"
-#include "Geometry.h"
-
-

Go to the source code of this file.

- - - - - -

-Macros

#define DONT_INTERSECT   0
#define DO_INTERSECT   1
#define COLLINEAR   2
- - - - - - - - - - -

-Functions

double ClosestApproachTime (const Point &loc1, const Point &vel1, const Point &loc2, const Point &vel2)
double ClosestApproachTime (const Vec3 &loc1, const Vec3 &vel1, const Vec3 &loc2, const Vec3 &vel2)
void swap_elem (double &a, double &b)
int sign (double d)
double DotProduct (const Point &a, const Point &b)
void CrossProduct (const Point &a, const Point &b, Point &out)
void MConcat (double in1[3][3], double in2[3][3], double out[3][3])
int SAME_SIGNS (double a, double b)
int lines_intersect (double x1, double y1, double x2, double y2, double x3, double y3, double x4, double y4, double &ix, double &iy)
-

Macro Definition Documentation

- -
-
- - - - -
#define COLLINEAR   2
-
- -

Definition at line 622 of file Geometry.cpp.

- -
-
- -
-
- - - - -
#define DO_INTERSECT   1
-
- -

Definition at line 621 of file Geometry.cpp.

- -
-
- -
-
- - - - -
#define DONT_INTERSECT   0
-
- -

Definition at line 620 of file Geometry.cpp.

- -
-
-

Function Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
double ClosestApproachTime (const Pointloc1,
const Pointvel1,
const Pointloc2,
const Pointvel2 
)
-
- -

Definition at line 101 of file Geometry.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
double ClosestApproachTime (const Vec3loc1,
const Vec3vel1,
const Vec3loc2,
const Vec3vel2 
)
-
- -

Definition at line 166 of file Geometry.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
void CrossProduct (const Pointa,
const Pointb,
Pointout 
)
-
- -

Definition at line 557 of file Geometry.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
double DotProduct (const Pointa,
const Pointb 
)
-
- -

Definition at line 549 of file Geometry.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
int lines_intersect (double x1,
double y1,
double x2,
double y2,
double x3,
double y3,
double x4,
double y4,
double & ix,
double & iy 
)
-
- -

Definition at line 630 of file Geometry.cpp.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
void MConcat (double in1[3][3],
double in2[3][3],
double out[3][3] 
)
-
- -

Definition at line 567 of file Geometry.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
int SAME_SIGNS (double a,
double b 
)
-
-inline
-
- -

Definition at line 624 of file Geometry.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - -
int sign (double d)
-
-inline
-
- -

Definition at line 390 of file Geometry.cpp.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
void swap_elem (double & a,
double & b 
)
-
-inline
-
- -

Definition at line 264 of file Geometry.cpp.

- -
-
-
-
- - - - -- cgit v1.1