JunkBox_Lib++ (for Windows)
1.10.1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
v
w
x
y
z
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
Variables
_
d
e
f
h
k
l
t
u
w
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
Tolerance.cpp
Go to the documentation of this file.
1
7
#include "
Tolerance.h
"
8
9
10
using namespace
jbxl
;
11
12
13
// 相対値
14
double
jbxl::Vector_Tolerance
= 1.0e-8;
15
double
jbxl::Vertex_Tolerance
= 1.0e-8;
16
double
jbxl::Edge_Tolerance
= 1.0e-12;
17
double
jbxl::Facet_Tolerance
= 1.0e-12;
18
19
// 絶対値
20
double
jbxl::Abs_Vector_Tolerance
= 1.0e-6;
21
double
jbxl::Abs_Vertex_Tolerance
= 1.0e-6;
22
double
jbxl::Collision_Tolerance
= 1.0e-3;
23
double
jbxl::Sin_Tolerance
= 1.0e-6;
24
25
// 1に対して
26
double
jbxl::Zero_Eps
= 1.0e-8;
27
double
jbxl::Zero_Eps2
=
Zero_Eps
*
Zero_Eps
;
28
29
30
/*
31
void jbxl::SetZeroEPS(double eps) { Zero_Eps = eps; }
32
void jbxl::SetVectorTolerance(double tol) { Vector_Tolerance = tol; }
33
void jbxl::SetVertexTolerance(double tol) { Vertex_Tolerance = tol; }
34
void jbxl::SetEdgeTolerance(double tol) { Edge_Tolerance = tol; }
35
void jbxl::SetFacetTolerance(double tol) { Facet_Tolerance = tol; }
36
void jbxl::SetCollisionTolerance(double tol){ Collision_Tolerance = tol; }
37
void jbxl::SetSINTolerance(double tol) { Sin_Tolerance = tol; }
38
void jbxl::SetAbsVectorTolerance(double tol){ Abs_Vector_Tolerance = tol; }
39
void jbxl::SetAbsVertexTolerance(double tol){ Abs_Vertex_Tolerance = tol; }
40
*/
41
Tolerance.h
各種トレランス ヘッダ
jbxl
Definition
Brep.h:29
jbxl::Collision_Tolerance
double Collision_Tolerance
衝突判定用トレランス
Definition
Tolerance.cpp:22
jbxl::Edge_Tolerance
double Edge_Tolerance
Definition
Tolerance.cpp:16
jbxl::Zero_Eps
double Zero_Eps
1に対して 0とするトレランス
Definition
Tolerance.cpp:26
jbxl::Vector_Tolerance
double Vector_Tolerance
Definition
Tolerance.cpp:14
jbxl::Sin_Tolerance
double Sin_Tolerance
sinθ==0
Definition
Tolerance.cpp:23
jbxl::Abs_Vector_Tolerance
double Abs_Vector_Tolerance
Definition
Tolerance.cpp:20
jbxl::Abs_Vertex_Tolerance
double Abs_Vertex_Tolerance
Definition
Tolerance.cpp:21
jbxl::Vertex_Tolerance
double Vertex_Tolerance
Definition
Tolerance.cpp:15
jbxl::Facet_Tolerance
double Facet_Tolerance
Definition
Tolerance.cpp:17
jbxl::Zero_Eps2
double Zero_Eps2
Definition
Tolerance.cpp:27
MathLib
Tolerance.cpp
Generated on Sat Oct 12 2024 19:42:08 for JunkBox_Lib++ (for Windows) by
1.11.0