Antkeeper
0.0.1
|
Signed distance functions. More...
Functions | |
math::fvec3 | translate (const math::fvec3 &sample, const math::fvec3 &offset) |
float | sphere (const math::fvec3 &p, float r) |
float | cylinder (const math::fvec3 &p, float r, float h) |
float | op_union (float a, float b) |
float | op_difference (float a, float b) |
float | op_intersection (float a, float b) |
float | op_round (float d, float r) |
Signed distance functions.
|
inline |
|
inline |
|
inline |