commonMain.korlibs.math.geom.Ray3D.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of korma Show documentation
Show all versions of korma Show documentation
Mathematic library for Multiplatform Kotlin 1.3
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 - 2025 Weber Informatics LLC | Privacy Policy