This website requires JavaScript.
Explore
Help
Sign In
Jayrude
/
CSG-Forge
Watch
1
Star
0
Fork
You've already forked CSG-Forge
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
93266ed328
CSG-Forge
/
csg
/
src
/
math.rs
2 lines
33 B
Rust
Raw
Normal View
History
Unescape
Escape
Basic brush plane intersection calculation
2023-09-18 10:23:49 +00:00
pub
const
EPSILON
:
f32
=
0.0001
;