Package org.midheaven.math
Interface AdditionGroup<T extends AdditionGroup<T>>
- Type Parameters:
T- the type of element in the group
- All Superinterfaces:
AdditionMonoid<T>
- All Known Implementing Classes:
Angle
Defines the contract for Addition Group.
-
Method Summary
Methods inherited from interface org.midheaven.math.AdditionMonoid
isZero, plus