Skip to content

Commit

Permalink
删除一些常数
Browse files Browse the repository at this point in the history
  • Loading branch information
HetaoZ committed Sep 17, 2022
1 parent cd8eb8b commit 818b628
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/pinpoly.jl
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
const INF = 1.0e10
const EPS = 1.0e-10
const RAN = (0.00006024370339371, 0.196549438024468, 0.4755418207471769)
const BIAS = EPS .* RAN
# const D = INF .* collect(RAN) # 三维射线的无穷远端
const D = [INF, 0., 0.]
const Dinv = [-INF, 0., 0.]
const D2 = INF .* collect(RAN)
const D = [1.0e10, 0., 0.]


"""
Expand Down

0 comments on commit 818b628

Please sign in to comment.