bWidgets
Core widget toolkit designed for Blender
bwPoint.cc File Reference
#include <cmath>
#include "bwPoint.h"
+ Include dependency graph for bwPoint.cc:

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