RotationFromAxisToRef static method

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

Implementation

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