|
| Margin32f | operator* (Margin32f l, float r) |
| |
| Margin32f | operator/ (Margin32f l, int32_t r) |
| |
| Margin64d | operator* (Margin64d l, double r) |
| |
| Margin64d | operator/ (Margin64d l, double r) |
| |
| bool | operator== (Margin64d l, Margin64d r) |
| |
| bool | operator!= (Margin64d l, Margin64d r) |
| |
| bool | operator== (Rect32f l, Rect32f r) |
| |
| bool | operator!= (Rect32f l, Rect32f r) |
| |
| Vector2d32f | operator+ (Vector2d32f l, Vector2d32f r) |
| |
| Vector2d32f | operator- (Vector2d32f l, Vector2d32f r) |
| |
| Vector2d32f | operator/ (Vector2d32f l, int32_t r) |
| |
| Vector2d32f | operator* (Vector2d32f l, float r) |
| |
| Vector2d32f | operator- (Vector2d32f v) |
| |
| bool | operator== (Vector2d32f l, Vector2d32f r) |
| |
| bool | operator!= (Vector2d32f l, Vector2d32f r) |
| |
| Vector2d64d | operator+ (Vector2d64d l, Vector2d64d r) |
| |
| Vector2d64d | operator- (Vector2d64d l, Vector2d64d r) |
| |
| Vector2d64d | operator/ (Vector2d64d l, int32_t r) |
| |
| Vector2d64d | operator* (Vector2d64d l, int32_t r) |
| |
| Vector2d64d | operator- (Vector2d64d v) |
| |
| bool | operator== (Vector2d64d l, Vector2d64d r) |
| |
| bool | operator!= (Vector2d64d l, Vector2d64d r) |
| |