Skip to content

Commit

Permalink
Motor exponentiation
Browse files Browse the repository at this point in the history
  • Loading branch information
milojacquet committed Jan 12, 2025
1 parent 6bdc0f6 commit 1751769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/hsc/lua/geometry/transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Below is a list of all types that can be transformed:
Transforms support the following operations:

- `transform * transform` (composition of transforms)
- `transform ^ int` (integer power of transform)
- `transform == transform` (uses [approximate] floating-point comparison)
- `transform ~= transform` (uses [approximate] floating-point comparison)
- `type(transform)` returns `'transform'`
Expand Down

0 comments on commit 1751769

Please sign in to comment.