Engine prototype #13
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ rand_on_shell(shells::Array{<:Number}) = rand_on_shell(Random.default_rng(), she
|
|||
|
||||
# === elements ===
|
||||
|
||||
point(pos) = [pos; 1; dot(pos, pos)]
|
||||
point(pos) = [pos; -1; 0.25 * dot(pos, pos)]
|
||||
|
||||
plane(normal, offset) = [normal; 0; offset]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue