rotationZ

inline fun <T : Number, Comparable<T>> rotationZ(angle: Angle<T>): Mat4<T>
fun <T : Number, Comparable<T>> rotationZ(angle: Angle<T>, type: KClass<T>): Mat4<T>

Creates a transformation matrix for a rotation by a given angle around Z axis.