
commonMain.casperix.math.mesh.float32.Mesh.kt Maven / Gradle / Ivy
package casperix.math.mesh.float32
data class Mesh(
val points: List = emptyList(),
val edges: List = emptyList(),
val regions: List = emptyList(),
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy