RotationQuaternionFromAxisToRef static method

void RotationQuaternionFromAxisToRef(
  1. Vector3 axis1,
  2. Vector3 axis2,
  3. Vector3 axis3,
  4. Quaternion ref,
)

Implementation

external static void RotationQuaternionFromAxisToRef(Vector3 axis1, Vector3 axis2, Vector3 axis3, Quaternion ref);