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