bWidgets
Core widget toolkit designed for Blender
|
#include <bwPoint.h>
Public Member Functions | |
bwPoint (float x=0, float y=0) | |
auto | operator== (const bwPoint &rhs) const -> bool |
Public Attributes | |
float | x |
float | y |
bWidgets::bwPoint::bwPoint | ( | float | x = 0 , |
float | y = 0 |
||
) |
auto bWidgets::bwPoint::operator== | ( | const bwPoint & | rhs | ) | const -> bool |
float bWidgets::bwPoint::x |
float bWidgets::bwPoint::y |