Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AxisAngle(float3, float)

Returns a RigidTransform representing a rotation around a unit axis by an angle in radians. The rotation direction is clockwise when looking along the rotation axis towards the origin.
Read time 1 minuteLast updated 5 days ago

Definition

public static RigidTransform AxisAngle(float3 axis, float angle)

Parameters

axis

The axis of rotation.

angle

The rotation angle in radians.

Returns

Type

Description

RigidTransformThe RigidTransform from a rotation axis and angle of rotation.