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

de.bixilon.kotlinglm.Clojure.kt Maven / Gradle / Ivy

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

class Clojure {

    companion object {
        @JvmStatic
        fun frustum(left: Float, right: Float, bottom: Float, top: Float, near: Float, far: Float) = GLM.frustum(left, right, bottom, top, near, far)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy