Package evaluation to load BplusCore on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T19:25:37.503 ################################################################################ # Set-up # Set-up completed after 0.16s ################################################################################ # Installation # Installing BplusCore... Resolving package versions... Installed BitFlags ───────── v0.1.10 Installed Parsers ────────── v2.8.6 Installed MacroTools ─────── v0.5.16 Installed NamedTupleTools ── v0.14.3 Installed JSON3 ──────────── v1.14.3 Installed Setfield ───────── v1.1.2 Installed BplusCore ──────── v0.3.3 Installed Preferences ────── v1.5.2 Installed PrecompileTools ── v1.3.4 Installed ConstructionBase ─ v1.6.0 Installed StaticArraysCore ─ v1.4.4 Installed StructTypes ────── v1.11.0 Installed TupleTools ─────── v1.6.0 Installed StaticArrays ───── v1.9.18 Updating `~/.julia/environments/v1.14/Project.toml` [1fb136ff] + BplusCore v0.3.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [d1d4a3ce] + BitFlags v0.1.10 [1fb136ff] + BplusCore v0.3.3 [187b0558] + ConstructionBase v1.6.0 [0f8b85d8] + JSON3 v1.14.3 [1914dd2f] + MacroTools v0.5.16 [d9ec5142] + NamedTupleTools v0.14.3 [69de0a69] + Parsers v2.8.6 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [efcf1570] + Setfield v1.1.2 [90137ffa] + StaticArrays v1.9.18 [1e83bf80] + StaticArraysCore v1.4.4 [856f2bd8] + StructTypes v1.11.0 [9d95972d] + TupleTools v1.6.0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [9fa8497b] + Future v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 8.92s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 4.3 s ✓ MacroTools 1.5 s ✓ NamedTupleTools 1.2 s ✓ StaticArraysCore 37.1 s ✓ BitFlags 1.5 s ✓ TupleTools 1.8 s ✓ ConstructionBase 31.8 s ✓ StructTypes 31.2 s ✓ Preferences 0.6 s ✓ ConstructionBase → ConstructionBaseLinearAlgebraExt 31.7 s ✓ PrecompileTools 3.8 s ✓ Setfield 359.2 s ✓ StaticArrays 69.0 s ✓ Parsers 36.3 s ✓ ConstructionBase → ConstructionBaseStaticArraysExt 45.4 s ✓ JSON3 ┌ Info: JuliaLowering threw given input: │ code = │ :(function (intersections(c::Capsule{N, F}, r::Ray{N, F}, ::Val{ShouldCalcNormal} = Val(false); min_t::F = zero(F), max_t::F = typemax_finite(F), atol::F = zero(F))::Union{UpTo{2, F}, Tuple{UpTo{2, F}, Vec3{F}}}) where {N, F, ShouldCalcNormal} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:18 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:28 =# │ ZERO = zero(F) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:29 =# │ ONE = one(F) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:30 =# │ V = Vec{N, F} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:31 =# │ NULL_RESULT = if ShouldCalcNormal │ (UpTo{2, F}(()), zero(Vec3{F})) │ else │ UpTo{2, F}(()) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:37 =# │ if N == 3 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:43 =# │ kW::V = c.b - c.a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:44 =# │ fW_length::F = vlength(kW) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:48 =# │ if isapprox(fW_length, ZERO; atol = atol) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:49 =# │ return intersections(Sphere{N, F}(c.a, c.radius), r, Val(ShouldCalcNormal); min_t = min_t, max_t = max_t, atol = atol) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:58 =# │ kW /= fW_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:61 =# │ local kU::V │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:63 =# │ if fW_length > ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:65 =# │ if abs(kW.x) >= abs(kW.y) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:67 =# │ inv_length = ONE / vlength(kW.xz) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:68 =# │ kU = V(-(kW.z) * inv_length, 0, kW.x * inv_length) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:73 =# │ inv_length = ONE / vlength(kW.yz) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:74 =# │ kU = V(0, kW.z * inv_length, -(kW.y) * inv_length) │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:79 =# │ kV::V = vnorm(v_rightward(kW, kU)) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:83 =# │ kD::V = V(kU ⋅ r.dir, kV ⋅ r.dir, kW ⋅ r.dir) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:86 =# │ fD_length::F = vlength(kD) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:87 =# │ fD_inv_length::F = if isapprox(fD_length, 0; atol = atol) │ ZERO │ else │ ONE / fD_length │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:90 =# │ kD *= fD_inv_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:94 =# │ kDiff::V = r.start - c.a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:95 =# │ kP::V = V(kU ⋅ kDiff, kV ⋅ kDiff, kW ⋅ kDiff) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:98 =# │ c_radius_sqr::F = c.radius * c.radius │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:100 =# │ local hits::NTuple{2, F} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:104 =# │ if abs(kD.z) >= ONE - atol || fD_length < atol │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:105 =# │ axis_dir::F = r.dir ⋅ kW │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:106 =# │ determinant::F = (c_radius_sqr - kP.x * kP.x) - kP.y * kP.y │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:107 =# │ local hit_sides::NTuple{2, Int8} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:108 =# │ if axis_dir < ZERO && determinant >= ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:109 =# │ root::F = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:110 =# │ hits = ((kP.z + root) * fD_inv_length, -(((fW_length - kP.z) + root)) * fD_inv_length) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:112 =# │ hit_sides = Int8.((2, 1)) │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:113 =# axis_dir > ZERO && determinant >= ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:114 =# │ root = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:115 =# │ hits = ((-(kP.z) + root) * fD_inv_length, ((fW_length - kP.z) + root) * fD_inv_length) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:117 =# │ hit_sides = Int8.((1, 2)) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:119 =# │ return NULL_RESULT │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:122 =# │ hits_output = UpTo{2, F}(hits) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:123 =# │ if !ShouldCalcNormal │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:124 =# │ return hits_output │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:128 =# │ local closest_hit_normal::V │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:129 =# │ closest_hit_pos::V = ray_at(r, hits_output[1]) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:130 =# │ if hit_sides[1] == 1 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:131 =# │ closest_hit_normal = vnorm(closest_hit_pos - c.a) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:133 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:133 =# @bp_math_assert hit_sides[2] == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:134 =# │ closest_hit_normal = vnorm(closest_hit_pos - c.b) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:136 =# │ return (hits_output, closest_hit_normal) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:142 =# │ n_capsule_hits::Int8 = 0 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:143 =# │ hits = (typemax(F), typemax(F)) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:144 =# │ hit_types::NTuple{2, E_CapsuleHitTypes} = (CapsuleHitTypes.null, CapsuleHitTypes.null) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:146 =# │ capsule_local_z_range = Interval{F}(min = 0, max = fW_length) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147 =# │ function calc_normal(t::F, type::E_CapsuleHitTypes)::Vec3{F} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:148 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:148 =# @bp_math_assert type != CapsuleHitTypes.null "Asked to calculate the normal of a 'null' intersection" │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:150 =# │ hit_pos::V = ray_at(r, t) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:151 =# │ if type == CapsuleHitTypes.pA │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:152 =# │ return vnorm(hit_pos - c.a) │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:153 =# type == CapsuleHitTypes.pB │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:154 =# │ return vnorm(hit_pos - c.b) │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:155 =# type == CapsuleHitTypes.body │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:159 =# │ hit_projection_to_cylinder::v3f = hit_pos ⋅ kW │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:160 =# │ return vnorm(hit_pos - hit_projection_to_cylinder) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:162 =# │ error("Unimplemented: ", type) │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:165 =# │ function try_add_hit(t::F, type::E_CapsuleHitTypes)::Bool │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:165 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:166 =# │ if t >= min_t && t <= max_t │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:167 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:167 =# @set! hits[n_capsule_hits + 1] = t │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:168 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:168 =# @set! hit_types[n_capsule_hits + 1] = type │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:169 =# │ n_capsule_hits += 1 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:170 =# │ return true │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:172 =# │ return false │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:175 =# │ function calc_output() │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:175 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:176 =# │ if hits[2] < hits[1] │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:177 =# │ hits = (hits[2], hits[1]) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:178 =# │ hit_types = (hit_types[2], hit_types[1]) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:180 =# │ hit_output = UpTo{2, F}(hits, n_capsule_hits) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:181 =# │ return if ShouldCalcNormal │ (hit_output, calc_normal(hits[1], hit_types[1])) │ else │ hit_output │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:187 =# │ local inv_a::F, t::F, capsule_local_t::F │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:192 =# │ a::F = vlength_sqr(kD.xy) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:193 =# │ b::F = kP.xy ⋅ kD.xy │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:194 =# │ c::F = vlength_sqr(kP.xy) - c_radius_sqr │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:195 =# │ determinant = b * b - a * c │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:196 =# │ if determinant < ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:197 =# │ return NULL_RESULT │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:199 =# │ if determinant > atol │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:203 =# │ root = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:204 =# │ inv_a = ONE / a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:205 =# │ for sign = (-1, 1) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:206 =# │ t = (-b + sign * root) * inv_a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:207 =# │ capsule_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:208 =# │ if is_touching(capsule_local_z_range, capsule_local_t) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:209 =# │ try_add_hit(t * fD_inv_length, if capsule_local_t < center(capsule_local_z_range) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:211 =# │ CapsuleHitTypes.pA │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:213 =# │ CapsuleHitTypes.pB │ end) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:216 =# │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:219 =# │ if n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:220 =# │ return calc_output() │ end │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:224 =# │ t = -b / a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:225 =# │ capsule_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:226 =# │ if is_touching(capsule_local_z_range, capsule_local_t) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:227 =# │ hit::F = t * fD_inv_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:228 =# │ if ShouldCalcNormal │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:229 =# │ return (UpTo{2, F}((hit,)), calc_normal(hit, CapsuleHitTypes.body)) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:232 =# │ return UpTo{2, F}((hit,)) │ end │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:239 =# │ b += kP.z * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:240 =# │ c += kP.z * kP.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:241 =# │ determinant = b * b - c │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:242 =# │ if determinant > ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:243 =# │ root = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:244 =# │ for sign = (-1, 1) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:245 =# │ t = -((b + sign * root)) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:246 =# │ cylinder_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:247 =# │ if cylinder_local_t <= ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:248 =# │ added = try_add_hit(t * fD_inv_length, CapsuleHitTypes.pA) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:249 =# │ if added && n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:250 =# │ return calc_output() │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:253 =# │ end │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:254 =# determinant == ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:255 =# │ t = -b │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:256 =# │ cylinder_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:257 =# │ if cylinder_local_t <= ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:258 =# │ added = try_add_hit(t * fD_inv_length, CapsuleHitTypes.pA) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:259 =# │ if added && n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:260 =# │ return calc_output() │ end │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:267 =# │ b -= kD.z * fW_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:268 =# │ c += fW_length * (fW_length - convert(F, 2) * kP.z) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:269 =# │ determinant = b * b - c │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:270 =# │ if determinant > ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:271 =# │ root = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:272 =# │ for sign = (-1, 1) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:273 =# │ t = -b + sign * root │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:274 =# │ cylinder_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:275 =# │ if cylinder_local_t >= fW_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:276 =# │ added = try_add_hit(t * fD_inv_length, CapsuleHitTypes.pB) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:277 =# │ if added && n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:278 =# │ return calc_outputs() │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:281 =# │ end │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:282 =# determinant == ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:283 =# │ t = -b │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:284 =# │ cylinder_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:285 =# │ if cylinder_local_t >= fW_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:286 =# │ added = try_add_hit(t * fD_inv_length, CapsuleHitTypes.pB) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:287 =# │ if added && n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:288 =# │ return calc_outputs() │ end │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:295 =# │ if n_capsule_hits == 1 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:296 =# │ hit_output = UpTo{2, F}(hits[1:1]) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:297 =# │ return if ShouldCalcNormal │ (hit_output, calc_normal(hits[1], hit_types[1])) │ else │ hit_output │ end │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:301 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:301 =# @bp_math_assert n_capsule_hits == 0 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:302 =# │ return NULL_RESULT │ end │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:305 =# │ error("Only implemented for 3 dimensions") │ end │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [function] | │ [where] | │ [::] | │ [call] | │ intersections :: Identifier | │ [parameters] | │ [kw] | │ [::] | │ min_t :: Identifier | │ F :: Identifier | │ [call] | │ zero :: Identifier | │ F :: Identifier | │ [kw] | │ [::] | │ max_t :: Identifier | │ F :: Identifier | │ [call] | │ typemax_finite :: Identifier | │ F :: Identifier | │ [kw] | │ [::] | │ atol :: Identifier | │ F :: Identifier | │ [call] | │ zero :: Identifier | │ F :: Identifier | │ [::] | │ c :: Identifier | │ [curly] | │ Capsule :: Identifier | │ N :: Identifier | │ F :: Identifier | │ [::] | │ r :: Identifier | │ [curly] | │ Ray :: Identifier | │ N :: Identifier | │ F :: Identifier | │ [kw] | │ [::] | │ [curly] | │ Val :: Identifier | │ ShouldCalcNormal :: Identifier | │ [call] | │ Val :: Identifier | │ false :: Value | │ [curly] | │ Union :: Identifier | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [curly] | │ Tuple :: Identifier | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [curly] | │ Vec3 :: Identifier | │ F :: Identifier | │ N :: Identifier | │ F :: Identifier | │ ShouldCalcNormal :: Identifier | │ [block] | │ [=] | │ ZERO :: Identifier | │ [call] | │ zero :: Identifier | │ F :: Identifier | │ [=] | │ ONE :: Identifier | │ [call] | │ one :: Identifier | │ F :: Identifier | │ [=] | │ V :: Identifier | │ [curly] | │ Vec :: Identifier | │ N :: Identifier | │ F :: Identifier | │ [=] | │ NULL_RESULT :: Identifier | │ [if] | │ ShouldCalcNormal :: Identifier | │ [tuple] | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [tuple] | │ [call] | │ zero :: Identifier | │ [curly] | │ Vec3 :: Identifier | │ F :: Identifier | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [tuple] | │ [if] | │ [call] | │ == :: Identifier | │ N :: Identifier | │ 3 :: Value | │ [block] | │ [=] | │ [::] | │ kW :: Identifier | │ V :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ b :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [=] | │ [::] | │ fW_length :: Identifier | │ F :: Identifier | │ [call] | │ vlength :: Identifier | │ kW :: Identifier | │ [if] | │ [call] | │ isapprox :: Identifier | │ [parameters] | │ [kw] | │ atol :: Identifier | │ atol :: Identifier | │ fW_length :: Identifier | │ ZERO :: Identifier | │ [block] | │ [return] | │ [call] | │ intersections :: Identifier | │ [parameters] | │ [kw] | │ min_t :: Identifier | │ min_t :: Identifier | │ [kw] | │ max_t :: Identifier | │ max_t :: Identifier | │ [kw] | │ atol :: Identifier | │ atol :: Identifier | │ [call] | │ [curly] | │ Sphere :: Identifier | │ N :: Identifier | │ F :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ radius :: Identifier | │ r :: Identifier | │ [call] | │ Val :: Identifier | │ ShouldCalcNormal :: Identifier | │ [unknown_head] | │ kW :: Identifier | │ fW_length :: Identifier | │ [local] | │ [::] | │ kU :: Identifier | │ V :: Identifier | │ [if] | │ [call] | │ > :: Identifier | │ fW_length :: Identifier | │ ZERO :: Identifier | │ [block] | │ [if] | │ [call] | │ >= :: Identifier | │ [call] | │ abs :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ x :: Identifier | │ [call] | │ abs :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ y :: Identifier | │ [block] | │ [=] | │ inv_length :: Identifier | │ [call] | │ / :: Identifier | │ ONE :: Identifier | │ [call] | │ vlength :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ xz :: Identifier | │ [=] | │ kU :: Identifier | │ [call] | │ V :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ z :: Identifier | │ inv_length :: Identifier | │ 0 :: Value | │ [call] | │ * :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ x :: Identifier | │ inv_length :: Identifier | │ [block] | │ [=] | │ inv_length :: Identifier | │ [call] | │ / :: Identifier | │ ONE :: Identifier | │ [call] | │ vlength :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ yz :: Identifier | │ [=] | │ kU :: Identifier | │ [call] | │ V :: Identifier | │ 0 :: Value | │ [call] | │ * :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ z :: Identifier | │ inv_length :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ y :: Identifier | │ inv_length :: Identifier | │ [=] | │ [::] | │ kV :: Identifier | │ V :: Identifier | │ [call] | │ vnorm :: Identifier | │ [call] | │ v_rightward :: Identifier | │ kW :: Identifier | │ kU :: Identifier | │ [=] | │ [::] | │ kD :: Identifier | │ V :: Identifier | │ [call] | │ V :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kU :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ dir :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kV :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ dir :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kW :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ dir :: Identifier | │ [=] | │ [::] | │ fD_length :: Identifier | │ F :: Identifier | │ [call] | │ vlength :: Identifier | │ kD :: Identifier | │ [=] | │ [::] | │ fD_inv_length :: Identifier | │ F :: Identifier | │ [if] | │ [call] | │ isapprox :: Identifier | │ [parameters] | │ [kw] | │ atol :: Identifier | │ atol :: Identifier | │ fD_length :: Identifier | │ 0 :: Value | │ ZERO :: Identifier | │ [call] | │ / :: Identifier | │ ONE :: Identifier | │ fD_length :: Identifier | │ [unknown_head] | │ kD :: Identifier | │ fD_inv_length :: Identifier | │ [=] | │ [::] | │ kDiff :: Identifier | │ V :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ start :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [=] | │ [::] | │ kP :: Identifier | │ V :: Identifier | │ [call] | │ V :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kU :: Identifier | │ kDiff :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kV :: Identifier | │ kDiff :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kW :: Identifier | │ kDiff :: Identifier | │ [=] | │ [::] | │ c_radius_sqr :: Identifier | │ F :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ radius :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ radius :: Identifier | │ [local] | │ [::] | │ hits :: Identifier | │ [curly] | │ NTuple :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [if] | │ [||] | │ [call] | │ >= :: Identifier | │ [call] | │ abs :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ - :: Identifier | │ ONE :: Identifier | │ atol :: Identifier | │ [call] | │ < :: Identifier | │ fD_length :: Identifier | │ atol :: Identifier | │ [block] | │ [=] | │ [::] | │ axis_dir :: Identifier | │ F :: Identifier | │ [call] | │ ⋅ :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ dir :: Identifier | │ kW :: Identifier | │ [=] | │ [::] | │ determinant :: Identifier | │ F :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ - :: Identifier | │ c_radius_sqr :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ x :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ x :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ y :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ y :: Identifier | │ [local] | │ [::] | │ hit_sides :: Identifier | │ [curly] | │ NTuple :: Identifier | │ 2 :: Value | │ Int8 :: Identifier | │ [if] | │ [&&] | │ [call] | │ < :: Identifier | │ axis_dir :: Identifier | │ ZERO :: Identifier | │ [call] | │ >= :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ [::] | │ root :: Identifier | │ F :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [=] | │ hits :: Identifier | │ [tuple] | │ [call] | │ * :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ root :: Identifier | │ fD_inv_length :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ fW_length :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ root :: Identifier | │ fD_inv_length :: Identifier | │ [=] | │ hit_sides :: Identifier | │ [.] | │ Int8 :: Identifier | │ [tuple] | │ [tuple] | │ 2 :: Value | │ 1 :: Value | │ [elseif] | │ [block] | │ [&&] | │ [call] | │ > :: Identifier | │ axis_dir :: Identifier | │ ZERO :: Identifier | │ [call] | │ >= :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ root :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [=] | │ hits :: Identifier | │ [tuple] | │ [call] | │ * :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ root :: Identifier | │ fD_inv_length :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ fW_length :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ root :: Identifier | │ fD_inv_length :: Identifier | │ [=] | │ hit_sides :: Identifier | │ [.] | │ Int8 :: Identifier | │ [tuple] | │ [tuple] | │ 1 :: Value | │ 2 :: Value | │ [block] | │ [return] | │ NULL_RESULT :: Identifier | │ [=] | │ hits_output :: Identifier | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ hits :: Identifier | │ [if] | │ [call] | │ ! :: Identifier | │ ShouldCalcNormal :: Identifier | │ [block] | │ [return] | │ hits_output :: Identifier | │ [local] | │ [::] | │ closest_hit_normal :: Identifier | │ V :: Identifier | │ [=] | │ [::] | │ closest_hit_pos :: Identifier | │ V :: Identifier | │ [call] | │ ray_at :: Identifier | │ r :: Identifier | │ [ref] | │ hits_output :: Identifier | │ 1 :: Value | │ [if] | │ [call] | │ == :: Identifier | │ [ref] | │ hit_sides :: Identifier | │ 1 :: Value | │ 1 :: Value | │ [block] | │ [=] | │ closest_hit_normal :: Identifier | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ closest_hit_pos :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [block] | │ [macrocall] | │ @bp_math_assert :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:133 =#) :: Value | │ [call] | │ == :: Identifier | │ [ref] | │ hit_sides :: Identifier | │ 2 :: Value | │ 2 :: Value | │ [=] | │ closest_hit_normal :: Identifier | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ closest_hit_pos :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ b :: Identifier | │ [return] | │ [tuple] | │ hits_output :: Identifier | │ closest_hit_normal :: Identifier | │ [=] | │ [::] | │ n_capsule_hits :: Identifier | │ Int8 :: Identifier | │ 0 :: Value | │ [=] | │ hits :: Identifier | │ [tuple] | │ [call] | │ typemax :: Identifier | │ F :: Identifier | │ [call] | │ typemax :: Identifier | │ F :: Identifier | │ [=] | │ [::] | │ hit_types :: Identifier | │ [curly] | │ NTuple :: Identifier | │ 2 :: Value | │ E_CapsuleHitTypes :: Identifier | │ [tuple] | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ null :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ null :: Identifier | │ [=] | │ capsule_local_z_range :: Identifier | │ [call] | │ [curly] | │ Interval :: Identifier | │ F :: Identifier | │ [kw] | │ min :: Identifier | │ 0 :: Value | │ [kw] | │ max :: Identifier | │ fW_length :: Identifier | │ [function] | │ [::] | │ [call] | │ calc_normal :: Identifier | │ [::] | │ t :: Identifier | │ F :: Identifier | │ [::] | │ type :: Identifier | │ E_CapsuleHitTypes :: Identifier | │ [curly] | │ Vec3 :: Identifier | │ F :: Identifier | │ [block] | │ [macrocall] | │ @bp_math_assert :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:148 =#) :: Value | │ [call] | │ != :: Identifier | │ type :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ null :: Identifier | │ "Asked to calculate the normal of a 'null' intersection" :: Value | │ [=] | │ [::] | │ hit_pos :: Identifier | │ V :: Identifier | │ [call] | │ ray_at :: Identifier | │ r :: Identifier | │ t :: Identifier | │ [if] | │ [call] | │ == :: Identifier | │ type :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pA :: Identifier | │ [block] | │ [return] | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ hit_pos :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [elseif] | │ [block] | │ [call] | │ == :: Identifier | │ type :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pB :: Identifier | │ [block] | │ [return] | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ hit_pos :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ b :: Identifier | │ [elseif] | │ [block] | │ [call] | │ == :: Identifier | │ type :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ body :: Identifier | │ [block] | │ [=] | │ [::] | │ hit_projection_to_cylinder :: Identifier | │ v3f :: Identifier | │ [call] | │ ⋅ :: Identifier | │ hit_pos :: Identifier | │ kW :: Identifier | │ [return] | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ hit_pos :: Identifier | │ hit_projection_to_cylinder :: Identifier | │ [block] | │ [call] | │ error :: Identifier | │ "Unimplemented: " :: Value | │ type :: Identifier | │ [function] | │ [::] | │ [call] | │ try_add_hit :: Identifier | │ [::] | │ t :: Identifier | │ F :: Identifier | │ [::] | │ type :: Identifier | │ E_CapsuleHitTypes :: Identifier | │ Bool :: Identifier | │ [block] | │ [if] | │ [&&] | │ [call] | │ >= :: Identifier | │ t :: Identifier | │ min_t :: Identifier | │ [call] | │ <= :: Identifier | │ t :: Identifier | │ max_t :: Identifier | │ [block] | │ [macrocall] | │ @set! :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:167 =#) :: Value | │ [=] | │ [ref] | │ hits :: Identifier | │ [call] | │ + :: Identifier | │ n_capsule_hits :: Identifier | │ 1 :: Value | │ t :: Identifier | │ [macrocall] | │ @set! :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:168 =#) :: Value | │ [=] | │ [ref] | │ hit_types :: Identifier | │ [call] | │ + :: Identifier | │ n_capsule_hits :: Identifier | │ 1 :: Value | │ type :: Identifier | │ [unknown_head] | │ n_capsule_hits :: Identifier | │ 1 :: Value | │ [return] | │ true :: Value | │ [block] | │ [return] | │ false :: Value | │ [function] | │ [call] | │ calc_output :: Identifier | │ [block] | │ [if] | │ [call] | │ < :: Identifier | │ [ref] | │ hits :: Identifier | │ 2 :: Value | │ [ref] | │ hits :: Identifier | │ 1 :: Value | │ [block] | │ [=] | │ hits :: Identifier | │ [tuple] | │ [ref] | │ hits :: Identifier | │ 2 :: Value | │ [ref] | │ hits :: Identifier | │ 1 :: Value | │ [=] | │ hit_types :: Identifier | │ [tuple] | │ [ref] | │ hit_types :: Identifier | │ 2 :: Value | │ [ref] | │ hit_types :: Identifier | │ 1 :: Value | │ [=] | │ hit_output :: Identifier | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ hits :: Identifier | │ n_capsule_hits :: Identifier | │ [return] | │ [if] | │ ShouldCalcNormal :: Identifier | │ [tuple] | │ hit_output :: Identifier | │ [call] | │ calc_normal :: Identifier | │ [ref] | │ hits :: Identifier | │ 1 :: Value | │ [ref] | │ hit_types :: Identifier | │ 1 :: Value | │ hit_output :: Identifier | │ [local] | │ [::] | │ inv_a :: Identifier | │ F :: Identifier | │ [::] | │ t :: Identifier | │ F :: Identifier | │ [::] | │ capsule_local_t :: Identifier | │ F :: Identifier | │ [=] | │ [::] | │ a :: Identifier | │ F :: Identifier | │ [call] | │ vlength_sqr :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ xy :: Identifier | │ [=] | │ [::] | │ b :: Identifier | │ F :: Identifier | │ [call] | │ ⋅ :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ xy :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ xy :: Identifier | │ [=] | │ [::] | │ c :: Identifier | │ F :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ vlength_sqr :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ xy :: Identifier | │ c_radius_sqr :: Identifier | │ [=] | │ determinant :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ * :: Identifier | │ b :: Identifier | │ b :: Identifier | │ [call] | │ * :: Identifier | │ a :: Identifier | │ c :: Identifier | │ [if] | │ [call] | │ < :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [return] | │ NULL_RESULT :: Identifier | │ [if] | │ [call] | │ > :: Identifier | │ determinant :: Identifier | │ atol :: Identifier | │ [block] | │ [=] | │ root :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [=] | │ inv_a :: Identifier | │ [call] | │ / :: Identifier | │ ONE :: Identifier | │ a :: Identifier | │ [for] | │ [=] | │ sign :: Identifier | │ [tuple] | │ -1 :: Value | │ 1 :: Value | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ [call] | │ * :: Identifier | │ sign :: Identifier | │ root :: Identifier | │ inv_a :: Identifier | │ [=] | │ capsule_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ is_touching :: Identifier | │ capsule_local_z_range :: Identifier | │ capsule_local_t :: Identifier | │ [block] | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [if] | │ [call] | │ < :: Identifier | │ capsule_local_t :: Identifier | │ [call] | │ center :: Identifier | │ capsule_local_z_range :: Identifier | │ [block] | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pA :: Identifier | │ [block] | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pB :: Identifier | │ [if] | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_output :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ / :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ a :: Identifier | │ [=] | │ capsule_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ is_touching :: Identifier | │ capsule_local_z_range :: Identifier | │ capsule_local_t :: Identifier | │ [block] | │ [=] | │ [::] | │ hit :: Identifier | │ F :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [if] | │ ShouldCalcNormal :: Identifier | │ [block] | │ [return] | │ [tuple] | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [tuple] | │ hit :: Identifier | │ [call] | │ calc_normal :: Identifier | │ hit :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ body :: Identifier | │ [block] | │ [return] | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [tuple] | │ hit :: Identifier | │ [unknown_head] | │ b :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [unknown_head] | │ c :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [=] | │ determinant :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ * :: Identifier | │ b :: Identifier | │ b :: Identifier | │ c :: Identifier | │ [if] | │ [call] | │ > :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ root :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [for] | │ [=] | │ sign :: Identifier | │ [tuple] | │ -1 :: Value | │ 1 :: Value | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ + :: Identifier | │ b :: Identifier | │ [call] | │ * :: Identifier | │ sign :: Identifier | │ root :: Identifier | │ [=] | │ cylinder_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ <= :: Identifier | │ cylinder_local_t :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ added :: Identifier | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pA :: Identifier | │ [if] | │ [&&] | │ added :: Identifier | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_output :: Identifier | │ [elseif] | │ [block] | │ [call] | │ == :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ [=] | │ cylinder_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ <= :: Identifier | │ cylinder_local_t :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ added :: Identifier | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pA :: Identifier | │ [if] | │ [&&] | │ added :: Identifier | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_output :: Identifier | │ [unknown_head] | │ b :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ fW_length :: Identifier | │ [unknown_head] | │ c :: Identifier | │ [call] | │ * :: Identifier | │ fW_length :: Identifier | │ [call] | │ - :: Identifier | │ fW_length :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ convert :: Identifier | │ F :: Identifier | │ 2 :: Value | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [=] | │ determinant :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ * :: Identifier | │ b :: Identifier | │ b :: Identifier | │ c :: Identifier | │ [if] | │ [call] | │ > :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ root :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [for] | │ [=] | │ sign :: Identifier | │ [tuple] | │ -1 :: Value | │ 1 :: Value | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ [call] | │ * :: Identifier | │ sign :: Identifier | │ root :: Identifier | │ [=] | │ cylinder_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ >= :: Identifier | │ cylinder_local_t :: Identifier | │ fW_length :: Identifier | │ [block] | │ [=] | │ added :: Identifier | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pB :: Identifier | │ [if] | │ [&&] | │ added :: Identifier | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_outputs :: Identifier | │ [elseif] | │ [block] | │ [call] | │ == :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ [=] | │ cylinder_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ >= :: Identifier | │ cylinder_local_t :: Identifier | │ fW_length :: Identifier | │ [block] | │ [=] | │ added :: Identifier | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pB :: Identifier | │ [if] | │ [&&] | │ added :: Identifier | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_outputs :: Identifier | │ [if] | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 1 :: Value | │ [block] | │ [=] | │ hit_output :: Identifier | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [ref] | │ hits :: Identifier | │ [call] | │ : :: Identifier | │ 1 :: Value | │ 1 :: Value | │ [return] | │ [if] | │ ShouldCalcNormal :: Identifier | │ [tuple] | │ hit_output :: Identifier | │ [call] | │ calc_normal :: Identifier | │ [ref] | │ hits :: Identifier | │ 1 :: Value | │ [ref] | │ hit_types :: Identifier | │ 1 :: Value | │ hit_output :: Identifier | │ [block] | │ [macrocall] | │ @bp_math_assert :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:301 =#) :: Value | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 0 :: Value | │ [return] | │ NULL_RESULT :: Identifier | │ [block] | │ [call] | │ error :: Identifier | │ "Only implemented for 3 dimensions" :: Value | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [function] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [where] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ intersections :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [parameters] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ min_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ zero :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ max_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ typemax_finite :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ zero :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Capsule :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ N :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Ray :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ N :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Val :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Val :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ false :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Union :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Tuple :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Vec3 :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ N :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ zero :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ one :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Vec :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ N :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ NULL_RESULT :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ zero :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Vec3 :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ N :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 3 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vlength :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ isapprox :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [parameters] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ intersections :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [parameters] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ min_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ min_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ max_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ max_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Sphere :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ N :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ radius :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Val :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [unknown_head] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [local] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kU :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ > :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ >= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ abs :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ x :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ abs :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ y :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ / :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vlength :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ xz :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kU :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 0 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ x :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ / :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vlength :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ yz :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kU :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 0 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ y :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kV :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ v_rightward :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kU :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kU :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ dir :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kV :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ dir :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ dir :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vlength :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ isapprox :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [parameters] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 0 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ / :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [unknown_head] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kDiff :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ start :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kU :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kDiff :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kV :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kDiff :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kDiff :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c_radius_sqr :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ radius :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ radius :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [local] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ NTuple :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [||] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ >= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ abs :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ < :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ axis_dir :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ dir :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c_radius_sqr :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ x :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ x :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ y :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ y :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [local] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_sides :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ NTuple :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Int8 :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [&&] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ < :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ axis_dir :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ >= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_sides :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Int8 :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [elseif] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [&&] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ > :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ axis_dir :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ >= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_sides :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Int8 :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ NULL_RESULT :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ! :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [local] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ closest_hit_normal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ closest_hit_pos :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ray_at :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_sides :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ closest_hit_normal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ closest_hit_pos :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [call] | [old,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ bp_math_asserts_enabled :: Identifier | [old,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [block] | [old,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [if] | [old,SL(7y2BKgUqp7j,Base,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ hit_sides :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ nothing :: Value | [old,SL(7y2BKgUqp7j,Base,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(7y2BKgUqp7j,Base,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ throw :: Identifier | [old,SL(7y2BKgUqp7j,Base,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(7y2BKgUqp7j,Base,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ AssertionError :: Identifier | [old,SL(7y2BKgUqp7j,Base,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(7y2BKgUqp7j,Base,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ Base._assert_tostring :: Value | [old,SL(7y2BKgUqp7j,Base,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@assert], │ string :: Identifier | [old,SL(KL0MOKg3KTv,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@assert], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ closest_hit_normal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ closest_hit_pos :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ closest_hit_normal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Int8 :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 0 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ typemax :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ typemax :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ NTuple :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ E_CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ null :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ null :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_z_range :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Interval :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ min :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 0 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [kw] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ max :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [function] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_normal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ type :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ E_CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Vec3 :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [call] | [old,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ bp_math_asserts_enabled :: Identifier | [old,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [block] | [old,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [if] | [old,SL(5qelU44q7YW,Base,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ != :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ type :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ null :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ nothing :: Value | [old,SL(5qelU44q7YW,Base,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(5qelU44q7YW,Base,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ throw :: Identifier | [old,SL(5qelU44q7YW,Base,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(5qelU44q7YW,Base,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ AssertionError :: Identifier | [old,SL(5qelU44q7YW,Base,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(5qelU44q7YW,Base,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ Base._assert_tostring :: Value | [old,SL(5qelU44q7YW,Base,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@assert], │ string :: Identifier | [old,SL(7MdF2jWQC64,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@assert], │ "Asked to calculate the normal of a 'null' intersection" :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ V :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ray_at :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ r :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ type :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ pA :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [elseif] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ type :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ pB :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [elseif] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ type :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ body :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_projection_to_cylinder :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ v3f :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kW :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_projection_to_cylinder :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ error :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ "Unimplemented: " :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ type :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [function] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ type :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ E_CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ Bool :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [&&] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ >= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ min_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ <= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ max_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [=] | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ ##lens#1072 :: Identifier | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [call] | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ identity :: Value | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [call] | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ Setfield.compose :: Value | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [call] | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ Setfield.IndexLens :: Value | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ [=] | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ [call] | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ Setfield.set :: Value | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ ##lens#1072 :: Identifier | [old,SL(5gVcCbWAVGd,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ [block] | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [=] | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ ##lens#1073 :: Identifier | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [call] | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ identity :: Value | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [call] | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ Setfield.compose :: Value | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [call] | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ Setfield.IndexLens :: Value | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ [=] | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ hit_types :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ [call] | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ Setfield.set :: Value | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ hit_types :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ ##lens#1073 :: Identifier | [old,SL(5gnScTGtb90,Setfield,SL(55bRK2sNH2g,BplusCore.Math,)),@set!], │ type :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@set!], │ [unknown_head] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ true :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ false :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [function] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ < :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_normal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [local] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vlength_sqr :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ xy :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ xy :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ xy :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ vlength_sqr :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ xy :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c_radius_sqr :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ < :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ NULL_RESULT :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ > :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ atol :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ / :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [for] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sign :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ -1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sign :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ inv_a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ is_touching :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_z_range :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ < :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ center :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_z_range :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ pA :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ pB :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ / :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ a :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ is_touching :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_z_range :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [::] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_normal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ body :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [unknown_head] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [unknown_head] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ > :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [for] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sign :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ -1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sign :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ <= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ added :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ pA :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [&&] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ added :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [elseif] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ <= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ added :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ pA :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [&&] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ added :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [unknown_head] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [unknown_head] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ convert :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ c :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ > :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [for] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sign :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ -1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ sign :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ root :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ >= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ added :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ pB :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [&&] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ added :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_outputs :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [elseif] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ - :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ b :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ + :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kP :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ kD :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ z :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ >= :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ added :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ * :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ t :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [.] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [inert] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ pB :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [&&] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ added :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_outputs :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [=] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [curly] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 2 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ F :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ : :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [tuple] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ calc_normal :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [ref] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ 1 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [if] | [old,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [call] | [old,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ bp_math_asserts_enabled :: Identifier | [old,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [block] | [old,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@bp_math_assert], │ [if] | [old,SL(6fYO7UoJtaX,Base,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ == :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ n_capsule_hits :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ 0 :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),@assert], │ nothing :: Value | [old,SL(6fYO7UoJtaX,Base,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(6fYO7UoJtaX,Base,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ throw :: Identifier | [old,SL(6fYO7UoJtaX,Base,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(6fYO7UoJtaX,Base,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ AssertionError :: Identifier | [old,SL(6fYO7UoJtaX,Base,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(6fYO7UoJtaX,Base,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ Base._assert_tostring :: Value | [old,SL(6fYO7UoJtaX,Base,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,))),@assert], │ [call] | [old,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@assert], │ string :: Identifier | [old,SL(JmUXRN1FeXq,BplusCore.Math,SL(55bRK2sNH2g,BplusCore.Math,)),@assert], │ [return] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ NULL_RESULT :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [block] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ [call] | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ error :: Identifier | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ "Only implemented for 3 dimensions" :: Value | [old,SL(55bRK2sNH2g,BplusCore.Math,),], │ │ file = "/home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl" │ line = 18 └ mod = BplusCore.Math ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147 =# - Found unexpected binding of kind static_parameter Expression:  #₅₂/F Containing expressions:  (= #₅₀₆/F #₅₂/F)  (= #₁₀ (call core.svec (call core.svec #₃₂₈/##kw_body#intersections#3#calc_normal##0 #₅₂/F #₁₂₂/E_CapsuleHitTypes) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147:0))  (= #₁₀ (call core.svec (call core.svec (function_type #₇₀/calc_normal) #₅₂/F #₁₂₂/E_CapsuleHitTypes) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147:0))  Detailed provenance:  #₅₂/F  └─ F  └─ F  └─ @ /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1097  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1162  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1257  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1287  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [7] top-level scope  @ ~/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/Shapes.jl:104  [8] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [9] top-level scope  @ ~/.julia/packages/BplusCore/Qm2Rg/src/Math/Math.jl:18  [10] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [11] top-level scope  @ ~/.julia/packages/BplusCore/Qm2Rg/src/BplusCore.jl:7  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3303  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:522  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:18 in expression starting at /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/Shapes.jl:104 in expression starting at /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/Math.jl:1 in expression starting at /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/BplusCore.jl:1 in expression starting at stdin:5 ✗ BplusCore 15 dependencies successfully precompiled in 1100 seconds. 7 already precompiled. Precompilation completed after 1127.54s ################################################################################ # Loading # Loading BplusCore... ┌ Info: JuliaLowering threw given input: │ code = │ :(function (intersections(c::Capsule{N, F}, r::Ray{N, F}, ::Val{ShouldCalcNormal} = Val(false); min_t::F = zero(F), max_t::F = typemax_finite(F), atol::F = zero(F))::Union{UpTo{2, F}, Tuple{UpTo{2, F}, Vec3{F}}}) where {N, F, ShouldCalcNormal} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:18 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:28 =# │ ZERO = zero(F) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:29 =# │ ONE = one(F) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:30 =# │ V = Vec{N, F} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:31 =# │ NULL_RESULT = if ShouldCalcNormal │ (UpTo{2, F}(()), zero(Vec3{F})) │ else │ UpTo{2, F}(()) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:37 =# │ if N == 3 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:43 =# │ kW::V = c.b - c.a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:44 =# │ fW_length::F = vlength(kW) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:48 =# │ if isapprox(fW_length, ZERO; atol = atol) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:49 =# │ return intersections(Sphere{N, F}(c.a, c.radius), r, Val(ShouldCalcNormal); min_t = min_t, max_t = max_t, atol = atol) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:58 =# │ kW /= fW_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:61 =# │ local kU::V │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:63 =# │ if fW_length > ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:65 =# │ if abs(kW.x) >= abs(kW.y) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:67 =# │ inv_length = ONE / vlength(kW.xz) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:68 =# │ kU = V(-(kW.z) * inv_length, 0, kW.x * inv_length) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:73 =# │ inv_length = ONE / vlength(kW.yz) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:74 =# │ kU = V(0, kW.z * inv_length, -(kW.y) * inv_length) │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:79 =# │ kV::V = vnorm(v_rightward(kW, kU)) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:83 =# │ kD::V = V(kU ⋅ r.dir, kV ⋅ r.dir, kW ⋅ r.dir) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:86 =# │ fD_length::F = vlength(kD) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:87 =# │ fD_inv_length::F = if isapprox(fD_length, 0; atol = atol) │ ZERO │ else │ ONE / fD_length │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:90 =# │ kD *= fD_inv_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:94 =# │ kDiff::V = r.start - c.a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:95 =# │ kP::V = V(kU ⋅ kDiff, kV ⋅ kDiff, kW ⋅ kDiff) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:98 =# │ c_radius_sqr::F = c.radius * c.radius │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:100 =# │ local hits::NTuple{2, F} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:104 =# │ if abs(kD.z) >= ONE - atol || fD_length < atol │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:105 =# │ axis_dir::F = r.dir ⋅ kW │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:106 =# │ determinant::F = (c_radius_sqr - kP.x * kP.x) - kP.y * kP.y │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:107 =# │ local hit_sides::NTuple{2, Int8} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:108 =# │ if axis_dir < ZERO && determinant >= ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:109 =# │ root::F = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:110 =# │ hits = ((kP.z + root) * fD_inv_length, -(((fW_length - kP.z) + root)) * fD_inv_length) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:112 =# │ hit_sides = Int8.((2, 1)) │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:113 =# axis_dir > ZERO && determinant >= ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:114 =# │ root = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:115 =# │ hits = ((-(kP.z) + root) * fD_inv_length, ((fW_length - kP.z) + root) * fD_inv_length) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:117 =# │ hit_sides = Int8.((1, 2)) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:119 =# │ return NULL_RESULT │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:122 =# │ hits_output = UpTo{2, F}(hits) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:123 =# │ if !ShouldCalcNormal │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:124 =# │ return hits_output │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:128 =# │ local closest_hit_normal::V │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:129 =# │ closest_hit_pos::V = ray_at(r, hits_output[1]) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:130 =# │ if hit_sides[1] == 1 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:131 =# │ closest_hit_normal = vnorm(closest_hit_pos - c.a) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:133 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:133 =# @bp_math_assert hit_sides[2] == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:134 =# │ closest_hit_normal = vnorm(closest_hit_pos - c.b) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:136 =# │ return (hits_output, closest_hit_normal) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:142 =# │ n_capsule_hits::Int8 = 0 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:143 =# │ hits = (typemax(F), typemax(F)) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:144 =# │ hit_types::NTuple{2, E_CapsuleHitTypes} = (CapsuleHitTypes.null, CapsuleHitTypes.null) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:146 =# │ capsule_local_z_range = Interval{F}(min = 0, max = fW_length) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147 =# │ function calc_normal(t::F, type::E_CapsuleHitTypes)::Vec3{F} │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:148 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:148 =# @bp_math_assert type != CapsuleHitTypes.null "Asked to calculate the normal of a 'null' intersection" │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:150 =# │ hit_pos::V = ray_at(r, t) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:151 =# │ if type == CapsuleHitTypes.pA │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:152 =# │ return vnorm(hit_pos - c.a) │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:153 =# type == CapsuleHitTypes.pB │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:154 =# │ return vnorm(hit_pos - c.b) │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:155 =# type == CapsuleHitTypes.body │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:159 =# │ hit_projection_to_cylinder::v3f = hit_pos ⋅ kW │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:160 =# │ return vnorm(hit_pos - hit_projection_to_cylinder) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:162 =# │ error("Unimplemented: ", type) │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:165 =# │ function try_add_hit(t::F, type::E_CapsuleHitTypes)::Bool │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:165 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:166 =# │ if t >= min_t && t <= max_t │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:167 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:167 =# @set! hits[n_capsule_hits + 1] = t │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:168 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:168 =# @set! hit_types[n_capsule_hits + 1] = type │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:169 =# │ n_capsule_hits += 1 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:170 =# │ return true │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:172 =# │ return false │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:175 =# │ function calc_output() │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:175 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:176 =# │ if hits[2] < hits[1] │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:177 =# │ hits = (hits[2], hits[1]) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:178 =# │ hit_types = (hit_types[2], hit_types[1]) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:180 =# │ hit_output = UpTo{2, F}(hits, n_capsule_hits) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:181 =# │ return if ShouldCalcNormal │ (hit_output, calc_normal(hits[1], hit_types[1])) │ else │ hit_output │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:187 =# │ local inv_a::F, t::F, capsule_local_t::F │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:192 =# │ a::F = vlength_sqr(kD.xy) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:193 =# │ b::F = kP.xy ⋅ kD.xy │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:194 =# │ c::F = vlength_sqr(kP.xy) - c_radius_sqr │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:195 =# │ determinant = b * b - a * c │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:196 =# │ if determinant < ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:197 =# │ return NULL_RESULT │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:199 =# │ if determinant > atol │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:203 =# │ root = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:204 =# │ inv_a = ONE / a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:205 =# │ for sign = (-1, 1) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:206 =# │ t = (-b + sign * root) * inv_a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:207 =# │ capsule_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:208 =# │ if is_touching(capsule_local_z_range, capsule_local_t) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:209 =# │ try_add_hit(t * fD_inv_length, if capsule_local_t < center(capsule_local_z_range) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:211 =# │ CapsuleHitTypes.pA │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:213 =# │ CapsuleHitTypes.pB │ end) │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:216 =# │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:219 =# │ if n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:220 =# │ return calc_output() │ end │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:224 =# │ t = -b / a │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:225 =# │ capsule_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:226 =# │ if is_touching(capsule_local_z_range, capsule_local_t) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:227 =# │ hit::F = t * fD_inv_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:228 =# │ if ShouldCalcNormal │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:229 =# │ return (UpTo{2, F}((hit,)), calc_normal(hit, CapsuleHitTypes.body)) │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:232 =# │ return UpTo{2, F}((hit,)) │ end │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:239 =# │ b += kP.z * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:240 =# │ c += kP.z * kP.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:241 =# │ determinant = b * b - c │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:242 =# │ if determinant > ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:243 =# │ root = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:244 =# │ for sign = (-1, 1) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:245 =# │ t = -((b + sign * root)) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:246 =# │ cylinder_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:247 =# │ if cylinder_local_t <= ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:248 =# │ added = try_add_hit(t * fD_inv_length, CapsuleHitTypes.pA) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:249 =# │ if added && n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:250 =# │ return calc_output() │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:253 =# │ end │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:254 =# determinant == ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:255 =# │ t = -b │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:256 =# │ cylinder_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:257 =# │ if cylinder_local_t <= ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:258 =# │ added = try_add_hit(t * fD_inv_length, CapsuleHitTypes.pA) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:259 =# │ if added && n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:260 =# │ return calc_output() │ end │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:267 =# │ b -= kD.z * fW_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:268 =# │ c += fW_length * (fW_length - convert(F, 2) * kP.z) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:269 =# │ determinant = b * b - c │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:270 =# │ if determinant > ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:271 =# │ root = sqrt(determinant) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:272 =# │ for sign = (-1, 1) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:273 =# │ t = -b + sign * root │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:274 =# │ cylinder_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:275 =# │ if cylinder_local_t >= fW_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:276 =# │ added = try_add_hit(t * fD_inv_length, CapsuleHitTypes.pB) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:277 =# │ if added && n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:278 =# │ return calc_outputs() │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:281 =# │ end │ elseif #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:282 =# determinant == ZERO │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:283 =# │ t = -b │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:284 =# │ cylinder_local_t = kP.z + t * kD.z │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:285 =# │ if cylinder_local_t >= fW_length │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:286 =# │ added = try_add_hit(t * fD_inv_length, CapsuleHitTypes.pB) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:287 =# │ if added && n_capsule_hits == 2 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:288 =# │ return calc_outputs() │ end │ end │ end │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:295 =# │ if n_capsule_hits == 1 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:296 =# │ hit_output = UpTo{2, F}(hits[1:1]) │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:297 =# │ return if ShouldCalcNormal │ (hit_output, calc_normal(hits[1], hit_types[1])) │ else │ hit_output │ end │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:301 =# │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:301 =# @bp_math_assert n_capsule_hits == 0 │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:302 =# │ return NULL_RESULT │ end │ else │ #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:305 =# │ error("Only implemented for 3 dimensions") │ end │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [function] | │ [where] | │ [::] | │ [call] | │ intersections :: Identifier | │ [parameters] | │ [kw] | │ [::] | │ min_t :: Identifier | │ F :: Identifier | │ [call] | │ zero :: Identifier | │ F :: Identifier | │ [kw] | │ [::] | │ max_t :: Identifier | │ F :: Identifier | │ [call] | │ typemax_finite :: Identifier | │ F :: Identifier | │ [kw] | │ [::] | │ atol :: Identifier | │ F :: Identifier | │ [call] | │ zero :: Identifier | │ F :: Identifier | │ [::] | │ c :: Identifier | │ [curly] | │ Capsule :: Identifier | │ N :: Identifier | │ F :: Identifier | │ [::] | │ r :: Identifier | │ [curly] | │ Ray :: Identifier | │ N :: Identifier | │ F :: Identifier | │ [kw] | │ [::] | │ [curly] | │ Val :: Identifier | │ ShouldCalcNormal :: Identifier | │ [call] | │ Val :: Identifier | │ false :: Value | │ [curly] | │ Union :: Identifier | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [curly] | │ Tuple :: Identifier | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [curly] | │ Vec3 :: Identifier | │ F :: Identifier | │ N :: Identifier | │ F :: Identifier | │ ShouldCalcNormal :: Identifier | │ [block] | │ [=] | │ ZERO :: Identifier | │ [call] | │ zero :: Identifier | │ F :: Identifier | │ [=] | │ ONE :: Identifier | │ [call] | │ one :: Identifier | │ F :: Identifier | │ [=] | │ V :: Identifier | │ [curly] | │ Vec :: Identifier | │ N :: Identifier | │ F :: Identifier | │ [=] | │ NULL_RESULT :: Identifier | │ [if] | │ ShouldCalcNormal :: Identifier | │ [tuple] | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [tuple] | │ [call] | │ zero :: Identifier | │ [curly] | │ Vec3 :: Identifier | │ F :: Identifier | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [tuple] | │ [if] | │ [call] | │ == :: Identifier | │ N :: Identifier | │ 3 :: Value | │ [block] | │ [=] | │ [::] | │ kW :: Identifier | │ V :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ b :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [=] | │ [::] | │ fW_length :: Identifier | │ F :: Identifier | │ [call] | │ vlength :: Identifier | │ kW :: Identifier | │ [if] | │ [call] | │ isapprox :: Identifier | │ [parameters] | │ [kw] | │ atol :: Identifier | │ atol :: Identifier | │ fW_length :: Identifier | │ ZERO :: Identifier | │ [block] | │ [return] | │ [call] | │ intersections :: Identifier | │ [parameters] | │ [kw] | │ min_t :: Identifier | │ min_t :: Identifier | │ [kw] | │ max_t :: Identifier | │ max_t :: Identifier | │ [kw] | │ atol :: Identifier | │ atol :: Identifier | │ [call] | │ [curly] | │ Sphere :: Identifier | │ N :: Identifier | │ F :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ radius :: Identifier | │ r :: Identifier | │ [call] | │ Val :: Identifier | │ ShouldCalcNormal :: Identifier | │ [unknown_head] | │ kW :: Identifier | │ fW_length :: Identifier | │ [local] | │ [::] | │ kU :: Identifier | │ V :: Identifier | │ [if] | │ [call] | │ > :: Identifier | │ fW_length :: Identifier | │ ZERO :: Identifier | │ [block] | │ [if] | │ [call] | │ >= :: Identifier | │ [call] | │ abs :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ x :: Identifier | │ [call] | │ abs :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ y :: Identifier | │ [block] | │ [=] | │ inv_length :: Identifier | │ [call] | │ / :: Identifier | │ ONE :: Identifier | │ [call] | │ vlength :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ xz :: Identifier | │ [=] | │ kU :: Identifier | │ [call] | │ V :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ z :: Identifier | │ inv_length :: Identifier | │ 0 :: Value | │ [call] | │ * :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ x :: Identifier | │ inv_length :: Identifier | │ [block] | │ [=] | │ inv_length :: Identifier | │ [call] | │ / :: Identifier | │ ONE :: Identifier | │ [call] | │ vlength :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ yz :: Identifier | │ [=] | │ kU :: Identifier | │ [call] | │ V :: Identifier | │ 0 :: Value | │ [call] | │ * :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ z :: Identifier | │ inv_length :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ kW :: Identifier | │ [inert] | │ y :: Identifier | │ inv_length :: Identifier | │ [=] | │ [::] | │ kV :: Identifier | │ V :: Identifier | │ [call] | │ vnorm :: Identifier | │ [call] | │ v_rightward :: Identifier | │ kW :: Identifier | │ kU :: Identifier | │ [=] | │ [::] | │ kD :: Identifier | │ V :: Identifier | │ [call] | │ V :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kU :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ dir :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kV :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ dir :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kW :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ dir :: Identifier | │ [=] | │ [::] | │ fD_length :: Identifier | │ F :: Identifier | │ [call] | │ vlength :: Identifier | │ kD :: Identifier | │ [=] | │ [::] | │ fD_inv_length :: Identifier | │ F :: Identifier | │ [if] | │ [call] | │ isapprox :: Identifier | │ [parameters] | │ [kw] | │ atol :: Identifier | │ atol :: Identifier | │ fD_length :: Identifier | │ 0 :: Value | │ ZERO :: Identifier | │ [call] | │ / :: Identifier | │ ONE :: Identifier | │ fD_length :: Identifier | │ [unknown_head] | │ kD :: Identifier | │ fD_inv_length :: Identifier | │ [=] | │ [::] | │ kDiff :: Identifier | │ V :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ start :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [=] | │ [::] | │ kP :: Identifier | │ V :: Identifier | │ [call] | │ V :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kU :: Identifier | │ kDiff :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kV :: Identifier | │ kDiff :: Identifier | │ [call] | │ ⋅ :: Identifier | │ kW :: Identifier | │ kDiff :: Identifier | │ [=] | │ [::] | │ c_radius_sqr :: Identifier | │ F :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ radius :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ radius :: Identifier | │ [local] | │ [::] | │ hits :: Identifier | │ [curly] | │ NTuple :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [if] | │ [||] | │ [call] | │ >= :: Identifier | │ [call] | │ abs :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ - :: Identifier | │ ONE :: Identifier | │ atol :: Identifier | │ [call] | │ < :: Identifier | │ fD_length :: Identifier | │ atol :: Identifier | │ [block] | │ [=] | │ [::] | │ axis_dir :: Identifier | │ F :: Identifier | │ [call] | │ ⋅ :: Identifier | │ [.] | │ r :: Identifier | │ [inert] | │ dir :: Identifier | │ kW :: Identifier | │ [=] | │ [::] | │ determinant :: Identifier | │ F :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ - :: Identifier | │ c_radius_sqr :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ x :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ x :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ y :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ y :: Identifier | │ [local] | │ [::] | │ hit_sides :: Identifier | │ [curly] | │ NTuple :: Identifier | │ 2 :: Value | │ Int8 :: Identifier | │ [if] | │ [&&] | │ [call] | │ < :: Identifier | │ axis_dir :: Identifier | │ ZERO :: Identifier | │ [call] | │ >= :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ [::] | │ root :: Identifier | │ F :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [=] | │ hits :: Identifier | │ [tuple] | │ [call] | │ * :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ root :: Identifier | │ fD_inv_length :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ fW_length :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ root :: Identifier | │ fD_inv_length :: Identifier | │ [=] | │ hit_sides :: Identifier | │ [.] | │ Int8 :: Identifier | │ [tuple] | │ [tuple] | │ 2 :: Value | │ 1 :: Value | │ [elseif] | │ [block] | │ [&&] | │ [call] | │ > :: Identifier | │ axis_dir :: Identifier | │ ZERO :: Identifier | │ [call] | │ >= :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ root :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [=] | │ hits :: Identifier | │ [tuple] | │ [call] | │ * :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ root :: Identifier | │ fD_inv_length :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ fW_length :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ root :: Identifier | │ fD_inv_length :: Identifier | │ [=] | │ hit_sides :: Identifier | │ [.] | │ Int8 :: Identifier | │ [tuple] | │ [tuple] | │ 1 :: Value | │ 2 :: Value | │ [block] | │ [return] | │ NULL_RESULT :: Identifier | │ [=] | │ hits_output :: Identifier | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ hits :: Identifier | │ [if] | │ [call] | │ ! :: Identifier | │ ShouldCalcNormal :: Identifier | │ [block] | │ [return] | │ hits_output :: Identifier | │ [local] | │ [::] | │ closest_hit_normal :: Identifier | │ V :: Identifier | │ [=] | │ [::] | │ closest_hit_pos :: Identifier | │ V :: Identifier | │ [call] | │ ray_at :: Identifier | │ r :: Identifier | │ [ref] | │ hits_output :: Identifier | │ 1 :: Value | │ [if] | │ [call] | │ == :: Identifier | │ [ref] | │ hit_sides :: Identifier | │ 1 :: Value | │ 1 :: Value | │ [block] | │ [=] | │ closest_hit_normal :: Identifier | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ closest_hit_pos :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [block] | │ [macrocall] | │ @bp_math_assert :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:133 =#) :: Value | │ [call] | │ == :: Identifier | │ [ref] | │ hit_sides :: Identifier | │ 2 :: Value | │ 2 :: Value | │ [=] | │ closest_hit_normal :: Identifier | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ closest_hit_pos :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ b :: Identifier | │ [return] | │ [tuple] | │ hits_output :: Identifier | │ closest_hit_normal :: Identifier | │ [=] | │ [::] | │ n_capsule_hits :: Identifier | │ Int8 :: Identifier | │ 0 :: Value | │ [=] | │ hits :: Identifier | │ [tuple] | │ [call] | │ typemax :: Identifier | │ F :: Identifier | │ [call] | │ typemax :: Identifier | │ F :: Identifier | │ [=] | │ [::] | │ hit_types :: Identifier | │ [curly] | │ NTuple :: Identifier | │ 2 :: Value | │ E_CapsuleHitTypes :: Identifier | │ [tuple] | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ null :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ null :: Identifier | │ [=] | │ capsule_local_z_range :: Identifier | │ [call] | │ [curly] | │ Interval :: Identifier | │ F :: Identifier | │ [kw] | │ min :: Identifier | │ 0 :: Value | │ [kw] | │ max :: Identifier | │ fW_length :: Identifier | │ [function] | │ [::] | │ [call] | │ calc_normal :: Identifier | │ [::] | │ t :: Identifier | │ F :: Identifier | │ [::] | │ type :: Identifier | │ E_CapsuleHitTypes :: Identifier | │ [curly] | │ Vec3 :: Identifier | │ F :: Identifier | │ [block] | │ [macrocall] | │ @bp_math_assert :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:148 =#) :: Value | │ [call] | │ != :: Identifier | │ type :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ null :: Identifier | │ "Asked to calculate the normal of a 'null' intersection" :: Value | │ [=] | │ [::] | │ hit_pos :: Identifier | │ V :: Identifier | │ [call] | │ ray_at :: Identifier | │ r :: Identifier | │ t :: Identifier | │ [if] | │ [call] | │ == :: Identifier | │ type :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pA :: Identifier | │ [block] | │ [return] | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ hit_pos :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ a :: Identifier | │ [elseif] | │ [block] | │ [call] | │ == :: Identifier | │ type :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pB :: Identifier | │ [block] | │ [return] | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ hit_pos :: Identifier | │ [.] | │ c :: Identifier | │ [inert] | │ b :: Identifier | │ [elseif] | │ [block] | │ [call] | │ == :: Identifier | │ type :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ body :: Identifier | │ [block] | │ [=] | │ [::] | │ hit_projection_to_cylinder :: Identifier | │ v3f :: Identifier | │ [call] | │ ⋅ :: Identifier | │ hit_pos :: Identifier | │ kW :: Identifier | │ [return] | │ [call] | │ vnorm :: Identifier | │ [call] | │ - :: Identifier | │ hit_pos :: Identifier | │ hit_projection_to_cylinder :: Identifier | │ [block] | │ [call] | │ error :: Identifier | │ "Unimplemented: " :: Value | │ type :: Identifier | │ [function] | │ [::] | │ [call] | │ try_add_hit :: Identifier | │ [::] | │ t :: Identifier | │ F :: Identifier | │ [::] | │ type :: Identifier | │ E_CapsuleHitTypes :: Identifier | │ Bool :: Identifier | │ [block] | │ [if] | │ [&&] | │ [call] | │ >= :: Identifier | │ t :: Identifier | │ min_t :: Identifier | │ [call] | │ <= :: Identifier | │ t :: Identifier | │ max_t :: Identifier | │ [block] | │ [macrocall] | │ @set! :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:167 =#) :: Value | │ [=] | │ [ref] | │ hits :: Identifier | │ [call] | │ + :: Identifier | │ n_capsule_hits :: Identifier | │ 1 :: Value | │ t :: Identifier | │ [macrocall] | │ @set! :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:168 =#) :: Value | │ [=] | │ [ref] | │ hit_types :: Identifier | │ [call] | │ + :: Identifier | │ n_capsule_hits :: Identifier | │ 1 :: Value | │ type :: Identifier | │ [unknown_head] | │ n_capsule_hits :: Identifier | │ 1 :: Value | │ [return] | │ true :: Value | │ [block] | │ [return] | │ false :: Value | │ [function] | │ [call] | │ calc_output :: Identifier | │ [block] | │ [if] | │ [call] | │ < :: Identifier | │ [ref] | │ hits :: Identifier | │ 2 :: Value | │ [ref] | │ hits :: Identifier | │ 1 :: Value | │ [block] | │ [=] | │ hits :: Identifier | │ [tuple] | │ [ref] | │ hits :: Identifier | │ 2 :: Value | │ [ref] | │ hits :: Identifier | │ 1 :: Value | │ [=] | │ hit_types :: Identifier | │ [tuple] | │ [ref] | │ hit_types :: Identifier | │ 2 :: Value | │ [ref] | │ hit_types :: Identifier | │ 1 :: Value | │ [=] | │ hit_output :: Identifier | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ hits :: Identifier | │ n_capsule_hits :: Identifier | │ [return] | │ [if] | │ ShouldCalcNormal :: Identifier | │ [tuple] | │ hit_output :: Identifier | │ [call] | │ calc_normal :: Identifier | │ [ref] | │ hits :: Identifier | │ 1 :: Value | │ [ref] | │ hit_types :: Identifier | │ 1 :: Value | │ hit_output :: Identifier | │ [local] | │ [::] | │ inv_a :: Identifier | │ F :: Identifier | │ [::] | │ t :: Identifier | │ F :: Identifier | │ [::] | │ capsule_local_t :: Identifier | │ F :: Identifier | │ [=] | │ [::] | │ a :: Identifier | │ F :: Identifier | │ [call] | │ vlength_sqr :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ xy :: Identifier | │ [=] | │ [::] | │ b :: Identifier | │ F :: Identifier | │ [call] | │ ⋅ :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ xy :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ xy :: Identifier | │ [=] | │ [::] | │ c :: Identifier | │ F :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ vlength_sqr :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ xy :: Identifier | │ c_radius_sqr :: Identifier | │ [=] | │ determinant :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ * :: Identifier | │ b :: Identifier | │ b :: Identifier | │ [call] | │ * :: Identifier | │ a :: Identifier | │ c :: Identifier | │ [if] | │ [call] | │ < :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [return] | │ NULL_RESULT :: Identifier | │ [if] | │ [call] | │ > :: Identifier | │ determinant :: Identifier | │ atol :: Identifier | │ [block] | │ [=] | │ root :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [=] | │ inv_a :: Identifier | │ [call] | │ / :: Identifier | │ ONE :: Identifier | │ a :: Identifier | │ [for] | │ [=] | │ sign :: Identifier | │ [tuple] | │ -1 :: Value | │ 1 :: Value | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ [call] | │ * :: Identifier | │ sign :: Identifier | │ root :: Identifier | │ inv_a :: Identifier | │ [=] | │ capsule_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ is_touching :: Identifier | │ capsule_local_z_range :: Identifier | │ capsule_local_t :: Identifier | │ [block] | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [if] | │ [call] | │ < :: Identifier | │ capsule_local_t :: Identifier | │ [call] | │ center :: Identifier | │ capsule_local_z_range :: Identifier | │ [block] | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pA :: Identifier | │ [block] | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pB :: Identifier | │ [if] | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_output :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ / :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ a :: Identifier | │ [=] | │ capsule_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ is_touching :: Identifier | │ capsule_local_z_range :: Identifier | │ capsule_local_t :: Identifier | │ [block] | │ [=] | │ [::] | │ hit :: Identifier | │ F :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [if] | │ ShouldCalcNormal :: Identifier | │ [block] | │ [return] | │ [tuple] | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [tuple] | │ hit :: Identifier | │ [call] | │ calc_normal :: Identifier | │ hit :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ body :: Identifier | │ [block] | │ [return] | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [tuple] | │ hit :: Identifier | │ [unknown_head] | │ b :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [unknown_head] | │ c :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [=] | │ determinant :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ * :: Identifier | │ b :: Identifier | │ b :: Identifier | │ c :: Identifier | │ [if] | │ [call] | │ > :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ root :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [for] | │ [=] | │ sign :: Identifier | │ [tuple] | │ -1 :: Value | │ 1 :: Value | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ + :: Identifier | │ b :: Identifier | │ [call] | │ * :: Identifier | │ sign :: Identifier | │ root :: Identifier | │ [=] | │ cylinder_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ <= :: Identifier | │ cylinder_local_t :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ added :: Identifier | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pA :: Identifier | │ [if] | │ [&&] | │ added :: Identifier | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_output :: Identifier | │ [elseif] | │ [block] | │ [call] | │ == :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ [=] | │ cylinder_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ <= :: Identifier | │ cylinder_local_t :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ added :: Identifier | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pA :: Identifier | │ [if] | │ [&&] | │ added :: Identifier | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_output :: Identifier | │ [unknown_head] | │ b :: Identifier | │ [call] | │ * :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ fW_length :: Identifier | │ [unknown_head] | │ c :: Identifier | │ [call] | │ * :: Identifier | │ fW_length :: Identifier | │ [call] | │ - :: Identifier | │ fW_length :: Identifier | │ [call] | │ * :: Identifier | │ [call] | │ convert :: Identifier | │ F :: Identifier | │ 2 :: Value | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [=] | │ determinant :: Identifier | │ [call] | │ - :: Identifier | │ [call] | │ * :: Identifier | │ b :: Identifier | │ b :: Identifier | │ c :: Identifier | │ [if] | │ [call] | │ > :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ root :: Identifier | │ [call] | │ sqrt :: Identifier | │ determinant :: Identifier | │ [for] | │ [=] | │ sign :: Identifier | │ [tuple] | │ -1 :: Value | │ 1 :: Value | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ + :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ [call] | │ * :: Identifier | │ sign :: Identifier | │ root :: Identifier | │ [=] | │ cylinder_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ >= :: Identifier | │ cylinder_local_t :: Identifier | │ fW_length :: Identifier | │ [block] | │ [=] | │ added :: Identifier | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pB :: Identifier | │ [if] | │ [&&] | │ added :: Identifier | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_outputs :: Identifier | │ [elseif] | │ [block] | │ [call] | │ == :: Identifier | │ determinant :: Identifier | │ ZERO :: Identifier | │ [block] | │ [=] | │ t :: Identifier | │ [call] | │ - :: Identifier | │ b :: Identifier | │ [=] | │ cylinder_local_t :: Identifier | │ [call] | │ + :: Identifier | │ [.] | │ kP :: Identifier | │ [inert] | │ z :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ [.] | │ kD :: Identifier | │ [inert] | │ z :: Identifier | │ [if] | │ [call] | │ >= :: Identifier | │ cylinder_local_t :: Identifier | │ fW_length :: Identifier | │ [block] | │ [=] | │ added :: Identifier | │ [call] | │ try_add_hit :: Identifier | │ [call] | │ * :: Identifier | │ t :: Identifier | │ fD_inv_length :: Identifier | │ [.] | │ CapsuleHitTypes :: Identifier | │ [inert] | │ pB :: Identifier | │ [if] | │ [&&] | │ added :: Identifier | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 2 :: Value | │ [block] | │ [return] | │ [call] | │ calc_outputs :: Identifier | │ [if] | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 1 :: Value | │ [block] | │ [=] | │ hit_output :: Identifier | │ [call] | │ [curly] | │ UpTo :: Identifier | │ 2 :: Value | │ F :: Identifier | │ [ref] | │ hits :: Identifier | │ [call] | │ : :: Identifier | │ 1 :: Value | │ 1 :: Value | │ [return] | │ [if] | │ ShouldCalcNormal :: Identifier | │ [tuple] | │ hit_output :: Identifier | │ [call] | │ calc_normal :: Identifier | │ [ref] | │ hits :: Identifier | │ 1 :: Value | │ [ref] | │ hit_types :: Identifier | │ 1 :: Value | │ hit_output :: Identifier | │ [block] | │ [macrocall] | │ @bp_math_assert :: Identifier | │ :(#= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:301 =#) :: Value | │ [call] | │ == :: Identifier | │ n_capsule_hits :: Identifier | │ 0 :: Value | │ [return] | │ NULL_RESULT :: Identifier | │ [block] | │ [call] | │ error :: Identifier | │ "Only implemented for 3 dimensions" :: Value | │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [function] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [where] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ intersections :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [parameters] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ min_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ zero :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ max_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ typemax_finite :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ zero :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Capsule :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ N :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Ray :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ N :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Val :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Val :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ false :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Union :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Tuple :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Vec3 :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ N :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ zero :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ one :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Vec :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ N :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ NULL_RESULT :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ zero :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Vec3 :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ N :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 3 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vlength :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ isapprox :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [parameters] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ intersections :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [parameters] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ min_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ min_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ max_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ max_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Sphere :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ N :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ radius :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Val :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [unknown_head] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [local] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kU :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ > :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ >= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ abs :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ x :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ abs :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ y :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ / :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vlength :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ xz :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kU :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 0 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ x :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ / :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vlength :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ yz :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kU :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 0 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ y :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kV :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ v_rightward :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kU :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kU :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ dir :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kV :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ dir :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ dir :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vlength :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ isapprox :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [parameters] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 0 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ / :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [unknown_head] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kDiff :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ start :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kU :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kDiff :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kV :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kDiff :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kDiff :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c_radius_sqr :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ radius :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ radius :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [local] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ NTuple :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [||] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ >= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ abs :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ < :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ axis_dir :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ dir :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c_radius_sqr :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ x :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ x :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ y :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ y :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [local] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_sides :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ NTuple :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Int8 :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [&&] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ < :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ axis_dir :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ >= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_sides :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Int8 :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [elseif] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [&&] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ > :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ axis_dir :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ >= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_sides :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Int8 :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ NULL_RESULT :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ! :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [local] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ closest_hit_normal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ closest_hit_pos :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ray_at :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_sides :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ closest_hit_normal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ closest_hit_pos :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [call] | [old,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ bp_math_asserts_enabled :: Identifier | [old,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [block] | [old,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [if] | [old,SL(56SEK5abrjC,Base,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ hit_sides :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ nothing :: Value | [old,SL(56SEK5abrjC,Base,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(56SEK5abrjC,Base,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ throw :: Identifier | [old,SL(56SEK5abrjC,Base,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(56SEK5abrjC,Base,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ AssertionError :: Identifier | [old,SL(56SEK5abrjC,Base,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(56SEK5abrjC,Base,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ Base._assert_tostring :: Value | [old,SL(56SEK5abrjC,Base,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@assert], │ string :: Identifier | [old,SL(Rmgt7IYESj,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@assert], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ closest_hit_normal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ closest_hit_pos :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ closest_hit_normal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Int8 :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 0 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ typemax :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ typemax :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ NTuple :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ E_CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ null :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ null :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_z_range :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Interval :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ min :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 0 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [kw] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ max :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [function] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_normal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ type :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ E_CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Vec3 :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [call] | [old,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ bp_math_asserts_enabled :: Identifier | [old,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [block] | [old,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [if] | [old,SL(5udpEzpuLJy,Base,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ != :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ type :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ null :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ nothing :: Value | [old,SL(5udpEzpuLJy,Base,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(5udpEzpuLJy,Base,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ throw :: Identifier | [old,SL(5udpEzpuLJy,Base,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(5udpEzpuLJy,Base,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ AssertionError :: Identifier | [old,SL(5udpEzpuLJy,Base,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(5udpEzpuLJy,Base,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ Base._assert_tostring :: Value | [old,SL(5udpEzpuLJy,Base,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@assert], │ string :: Identifier | [old,SL(7DEWOgpADye,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@assert], │ "Asked to calculate the normal of a 'null' intersection" :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ V :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ray_at :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ r :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ type :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ pA :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [elseif] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ type :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ pB :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [elseif] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ type :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ body :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_projection_to_cylinder :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ v3f :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kW :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vnorm :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_pos :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_projection_to_cylinder :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ error :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ "Unimplemented: " :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ type :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [function] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ type :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ E_CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ Bool :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [&&] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ >= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ min_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ <= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ max_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [=] | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ ##lens#1072 :: Identifier | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [call] | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ identity :: Value | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [call] | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ Setfield.compose :: Value | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [call] | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ Setfield.IndexLens :: Value | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ [=] | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ [call] | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ Setfield.set :: Value | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ ##lens#1072 :: Identifier | [old,SL(5jjnnW2BKlC,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ [block] | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [=] | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ ##lens#1073 :: Identifier | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [call] | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ identity :: Value | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [call] | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ Setfield.compose :: Value | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [call] | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ Setfield.IndexLens :: Value | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ [=] | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ hit_types :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ [call] | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ Setfield.set :: Value | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ hit_types :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ ##lens#1073 :: Identifier | [old,SL(KS7H1rDADf4,Setfield,SL(ISJU3QE3wDa,BplusCore.Math,)),@set!], │ type :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@set!], │ [unknown_head] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ true :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ false :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [function] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ < :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_normal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [local] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vlength_sqr :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ xy :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ⋅ :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ xy :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ xy :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ vlength_sqr :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ xy :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c_radius_sqr :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ < :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ NULL_RESULT :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ > :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ atol :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ / :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ONE :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [for] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sign :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ -1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sign :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ inv_a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ is_touching :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_z_range :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ < :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ center :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_z_range :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ pA :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ pB :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ / :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ a :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ is_touching :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_z_range :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ capsule_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [::] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_normal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ body :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [unknown_head] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [unknown_head] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ > :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [for] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sign :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ -1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sign :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ <= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ added :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ pA :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [&&] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ added :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [elseif] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ <= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ added :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ pA :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [&&] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ added :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [unknown_head] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [unknown_head] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ convert :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ c :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ > :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sqrt :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [for] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sign :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ -1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ sign :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ root :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ >= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ added :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ pB :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [&&] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ added :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_outputs :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [elseif] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ determinant :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ZERO :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ - :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ b :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ + :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kP :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ kD :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ z :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ >= :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ cylinder_local_t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fW_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ added :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ try_add_hit :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ * :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ t :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ fD_inv_length :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [.] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ CapsuleHitTypes :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [inert] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ pB :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [&&] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ added :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_outputs :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [=] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [curly] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ UpTo :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 2 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ F :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ : :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ ShouldCalcNormal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [tuple] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ calc_normal :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [ref] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_types :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ 1 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ hit_output :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [if] | [old,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [call] | [old,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ bp_math_asserts_enabled :: Identifier | [old,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [block] | [old,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@bp_math_assert], │ [if] | [old,SL(2hT1tnLFCZ4,Base,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ == :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ n_capsule_hits :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ 0 :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),@assert], │ nothing :: Value | [old,SL(2hT1tnLFCZ4,Base,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(2hT1tnLFCZ4,Base,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ throw :: Identifier | [old,SL(2hT1tnLFCZ4,Base,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(2hT1tnLFCZ4,Base,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ AssertionError :: Identifier | [old,SL(2hT1tnLFCZ4,Base,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(2hT1tnLFCZ4,Base,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ Base._assert_tostring :: Value | [old,SL(2hT1tnLFCZ4,Base,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,))),@assert], │ [call] | [old,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@assert], │ string :: Identifier | [old,SL(HMBSakxDqUY,BplusCore.Math,SL(ISJU3QE3wDa,BplusCore.Math,)),@assert], │ [return] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ NULL_RESULT :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [block] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ [call] | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ error :: Identifier | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ "Only implemented for 3 dimensions" :: Value | [old,SL(ISJU3QE3wDa,BplusCore.Math,),], │ │ file = "/home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl" │ line = 18 └ mod = BplusCore.Math ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147 =# - Found unexpected binding of kind static_parameter Expression:  #₅₂/F Containing expressions:  (= #₅₀₆/F #₅₂/F)  (= #₁₀ (call core.svec (call core.svec #₃₂₈/##kw_body#intersections#3#calc_normal##0 #₅₂/F #₁₂₂/E_CapsuleHitTypes) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147:0))  (= #₁₀ (call core.svec (call core.svec (function_type #₇₀/calc_normal) #₅₂/F #₁₂₂/E_CapsuleHitTypes) (call core.svec) SourceLocation:/home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147:0))  Detailed provenance:  #₅₂/F  └─ F  └─ F  └─ @ /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:147  Stacktrace:  [1] _renumber(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ssa_rewrites::Dict{Int64, Int64}, slot_rewrites::Dict{Int64, Int64}, label_table::Dict{Int64, Int64}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1097  [2] renumber_body(ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, input_code::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, Vector{Int64}}, slot_rewrites::Dict{Int64, Int64})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1162  [3] compile_lambda(outer_ctx::Base.JuliaLowering.LinearIRContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1257  [4] linearize_ir(ctx::Base.JuliaLowering.ClosureConversionCtx{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/linear_ir.jl:1287  [5] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:33  [6] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [7] top-level scope  @ ~/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/Shapes.jl:104  [8] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [9] top-level scope  @ ~/.julia/packages/BplusCore/Qm2Rg/src/Math/Math.jl:18  [10] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [11] top-level scope  @ ~/.julia/packages/BplusCore/Qm2Rg/src/BplusCore.jl:7  [12] include(mod::Module, _path::String)  @ Base Base.jl:325  [13] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3303  [14] top-level scope  @ stdin:5  [15] eval(m::Module, e::Any)  @ Core boot.jl:522  [16] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [17] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [18] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [19] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/capsule.jl:18 in expression starting at /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/shapes/Shapes.jl:104 in expression starting at /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/Math/Math.jl:1 in expression starting at /home/pkgeval/.julia/packages/BplusCore/Qm2Rg/src/BplusCore.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ BplusCore │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: BplusCore Failed to precompile BplusCore [1fb136ff-715c-473e-9ae1-0caef0ff09b1] to "/home/pkgeval/.julia/compiled/v1.14/BplusCore/jl_Xm8lCq" (ProcessExited(1)). Loading failed after 448.73s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using BplusCore'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:325 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 1613.81s: package fails to precompile