rotateAround method

TransformNode rotateAround(
  1. Vector3 point,
  2. Vector3 axis,
  3. num amount
)

Implementation

external TransformNode rotateAround(Vector3 point, Vector3 axis, num amount);