operator - method
Returns the difference between two AlignmentDirectionals.
Implementation
AlignmentDirectional operator -(AlignmentDirectional other) {
return AlignmentDirectional(start - other.start, y - other.y);
}
Returns the difference between two AlignmentDirectionals.
AlignmentDirectional operator -(AlignmentDirectional other) {
return AlignmentDirectional(start - other.start, y - other.y);
}