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

jvmTest.dev.folomeev.kotgl.matrix.vectors.Vec2TestJvm.kt Maven / Gradle / Ivy

The newest version!
package dev.folomeev.kotgl.matrix.vectors

import kotlin.test.Test
import kotlin.test.assertEquals

class Vec2TestJvm {
    @Test
    fun vec2_toString() = assertEquals("(1.0, 2.0)", vec2(1f, 2f).toString())
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy