Transform.rotatedX

Returns a copy of Transform rotated around the X axis.

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

Parameters

angle FT

Rotation angle in radians

Meta