All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.casperix.math.geometry.float64.Sphere3d.kt Maven / Gradle / Ivy

package ru.casperix.math.geometry.float64

import ru.casperix.math.vector.float64.Vector3d


class Sphere3d(val center: Vector3d, val range: Double) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy