Documentation ¶
Index ¶
- func Box(size r3.Vec, round float64) (s sdf.SDF3, err error)
- func Capsule(height, radius float64) (sdf.SDF3, error)
- func ChamferedCylinder(s sdf.SDF3, kb, kt float64) (sdf.SDF3, error)
- func Cone(height, r0, r1, round float64) (s sdf.SDF3, err error)
- func Cylinder(height, radius, round float64) (s sdf.SDF3, err error)
- func Sphere(radius float64) (s sdf.SDF3, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChamferedCylinder ¶
ChamferedCylinder intersects a chamfered cylinder with an SDF3.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.