
commonMain.casperix.math.geometry.float64.Sphere3d.kt Maven / Gradle / Ivy
package casperix.math.geometry.float64
import casperix.math.vector.float64.Vector3d
class Sphere3d(val center: Vector3d, val range: Double) {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy