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

commonMain.ru.casperix.math.mesh.float32.MeshPoint.kt Maven / Gradle / Ivy

package ru.casperix.math.mesh.float32

import ru.casperix.math.vector.float32.Vector2f

data class MeshPoint(val shape: Vector2f, val tag: PointTag? = null)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy