Transform.rotate

Rotate by Vector

  1. void rotate(vec3 v)
  2. void rotate(float x, float y, float z)
    class Transform
    void
    rotate
    (
    float x
    ,
    float y
    ,
    float z
    )

Parameters

x float

x angle degrees

y float

y angle degrees

z float

z angle degrees

Meta