Multiplies an angle by an integer scalar value.
- Template Parameters
-
T | Integer type (deduced from parameter) |
- Parameters
-
scalar | The integer scalar value to multiply by |
- Returns
- New Angle object containing the result
- Note
- This operates directly on the raw value without fixed-point conversion, making it more efficient for integer multiplication.
-
Automatically wraps around the result due to 16-bit arithmetic.