Transform.rotatedY

Returns a copy of Transform rotated around the Y axis.

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

Parameters

angle FT

Rotation angle in radians

Meta