libktx / ktx

Kotlin extensions for the libGDX game framework
https://libktx.github.io/
Creative Commons Zero v1.0 Universal
1.35k stars 71 forks source link

Utilities for Vector4 #473

Closed czyzby closed 11 months ago

czyzby commented 11 months ago

libGDX 1.12.1 introduced a new vector class: Vector4. A similar utility extension methods can be provided for that class as for Vector2 and Vector3.