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

commonMain.korlibs.math.geom.Ray3D.kt Maven / Gradle / Ivy

The newest version!
package korlibs.math.geom

data class Ray3D(val pos: Vector3, val dir: Vector3) {//: Shape3D {
    //override val center: Vector3 get() = pos
    //override val volume: Float = 0f
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy