Structs§
- Difference
- Hard difference between two SDFs.
- Intersection
- Hard intersection of two SDFs.
- Intersection
Container - Hard intersection of N SDFs stored in some container, like a
Vecfor example. - Intersection
Iterator - Hard intersection of N SDFs stored in some iterator.
- SDifference
Circular - Not yet implemented
- SDifference
Circular Geometrical - Not yet implemented
- SDifference
Cubic - Not yet implemented
- SDifference
Exponential - Smooth difference of two SDFs using the
smooth_max_exponentialfunction. - SDifference
Quadratic - Not yet implemented
- SDifference
Quartic - Not yet implemented
- SDifference
Root - Not yet implemented
- SDifference
Sigmoid - Not yet implemented
- SIntersection
Circular - Not yet implemented
- SIntersection
Circular Geometrical - Not yet implemented
- SIntersection
Cubic - Not yet implemented
- SIntersection
Exponential - Smooth intersection of two SDFs using the
smooth_max_exponentialfunction. - SIntersection
Quadratic - Not yet implemented
- SIntersection
Quartic - Not yet implemented
- SIntersection
Root - Not yet implemented
- SIntersection
Sigmoid - Not yet implemented
- SUnion
Circular - Not yet implemented
- SUnion
Circular Geometrical - Not yet implemented
- SUnion
Cubic - Not yet implemented
- SUnion
Exponential - Smooth union of two SDFs using the
smooth_min_exponentialfunction. - SUnion
Quadratic - Not yet implemented
- SUnion
Quartic - Not yet implemented
- SUnion
Root - Not yet implemented
- SUnion
Sigmoid - Smooth union of two SDFs using the
smooth_min_sigmoidfunction. - Union
- Hard union of two SDFs.
- Union
Container - Hard union of N SDFs stored in some container, like a
Vecfor example. - Union
Iterator - Hard union of N SDFs stored in some iterator.