de.bixilon.kotlinglm.func.func_MatrixRelational.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-glm Show documentation
Show all versions of kotlin-glm Show documentation
Kotlin port of OpenGL Mathematics (GLM)
package de.bixilon.kotlinglm.func
interface func_Mat4Relational {
// fun equal(a: Mat4, b: Mat4, epsilon: Float): Vec4bool =
// Vec4bool(
// GLM.eq
// )
}