rotationY

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

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