Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RotateY(float)

Returns a float3x3 matrix that rotates around the y-axis by a given number of radians.
Read time 1 minuteLast updated 9 days ago

Definition

public static float3x3 RotateY(float angle)

Parameters

angle

The clockwise rotation angle when looking along the y-axis towards the origin in radians.

Returns

Type

Description

float3x3The float3x3 rotation matrix representing a rotation around the y-axis.