
commonMain.ru.casperix.math.mesh.float32.MeshRegion.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.mesh.float32
import ru.casperix.math.geometry.Polygon2f
data class MeshRegion(val shape: Polygon2f, val tag: MeshRegionTag? = null)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy