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

de.bixilon.kotlinglm.func.func_MatrixRelational.kt Maven / Gradle / Ivy

There is a newer version: 0.9.9.1-12
Show newest version
package de.bixilon.kotlinglm.func

interface func_Mat4Relational {

//    fun equal(a: Mat4, b: Mat4, epsilon: Float): Vec4bool =
//            Vec4bool(
//                    GLM.eq
//            )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy