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