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

commonMain.ru.casperix.demo_platform.point.Point.kt Maven / Gradle / Ivy

package ru.casperix.demo_platform.point

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


class Point(var position: Vector2f = Vector2f.ZERO)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy