![JAR search and dependency download from the Maven repository](/logo.png)
commonMain.ru.casperix.math.mesh.float32.Mesh.kt Maven / Gradle / Ivy
package ru.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