Vector3RotateByAxisAngle method

Vector3StructType Vector3RotateByAxisAngle(
  1. Vector3StructType v,
  2. Vector3StructType axis,
  3. double angle
)

Implementation

Vector3StructType Vector3RotateByAxisAngle(Vector3StructType v, Vector3StructType axis, double angle)
  => v.rotateByAxisAngle(axis, angle);