
commonMain.ru.casperix.math.geometry.PointAroundRay.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of math-jvm Show documentation
Show all versions of math-jvm Show documentation
Simple set of geometric and other types
package ru.casperix.math.geometry
enum class PointAroundRay {
LEFT,
INSIDE,
RIGHT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy