Transform.rotateY

Apply 3D rotation around the Y axis in-place.

struct Transform(T, uint Dim, TransformOptions options = TransformOptions.none)
ref return
static if(Dim >= 3)
rotateY
(
const FT angle
)
if (
Dim > 0
)

Parameters

angle FT

Rotation angle in radians

Meta