bWidgets
Core widget toolkit designed for Blender
bWidgets::bwPoint Class Reference

#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
 

Constructor & Destructor Documentation

◆ bwPoint()

bWidgets::bwPoint::bwPoint ( float  x = 0,
float  y = 0 
)

Member Function Documentation

◆ operator==()

auto bWidgets::bwPoint::operator== ( const bwPoint rhs) const -> bool

Member Data Documentation

◆ x

float bWidgets::bwPoint::x

◆ y

float bWidgets::bwPoint::y

The documentation for this class was generated from the following files: