
commonMain.casperix.math.mesh.float32.MeshRegion.kt Maven / Gradle / Ivy
package casperix.math.mesh.float32
import casperix.math.geometry.Polygon2f
data class MeshRegion(val shape: Polygon2f, val tag: MeshRegionTag? = null)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy