All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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