|
bWidgets
Core widget toolkit designed for Blender
|
#include <vector>
Include dependency graph for bwPoint.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | bWidgets::bwPoint |
Namespaces | |
| namespace | bWidgets |
Functions | |
| auto | bWidgets::operator* (const bwPoint &lhs, float factor) -> bwPoint |
| auto | bWidgets::operator* (float factor, const bwPoint &rhs) -> bwPoint |
| auto | bWidgets::operator+ (const bwPoint &lhs, const bwPoint &rhs) -> bwPoint |
| auto | bWidgets::operator- (const bwPoint &lhs, const bwPoint &rhs) -> bwPoint |
| auto | bWidgets::distance (bwPoint a, bwPoint b) -> float |