commonMain.ru.casperix.math.geometry.builder.BorderMode.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of math Show documentation
Show all versions of math Show documentation
Simple set of geometric and other types
package ru.casperix.math.geometry.builder
enum class BorderMode {
CENTER,
INSIDE,
OUTSIDE,
}