文件名称:Android代码-kotlin-math
文件大小:73KB
文件格式:ZIP
更新时间:2022-08-25 21:26:02
Android代码
kotlin-math Set of Kotlin APIs to make graphics math easier to write. These APIs are mostly modeled after GLSL (OpenGL Shading Language) to make porting code to and from shaders easier. The various types offered by this library are only meant to be value types. Most APIs are therefore exposed as top-level functions and not as methods. For instance: val v = Float3(1.0f, 3.0f, 4.0f) val n = normalize(v) Building the project Simply run the following command to generate build/libs/kotlin-math.jar: $
【文件预览】:
kotlin-math-master
----.gitignore(330B)
----gradle()
--------wrapper()
----README.md(4KB)
----build.gradle(386B)
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(11KB)
----src()
--------test()
--------main()
----.idea()
--------vcs.xml(167B)
--------misc.xml(273B)