bWidgets
Core widget toolkit designed for Blender
|
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 |