Banuba SDK
Loading...
Searching...
No Matches
bnb::interfaces::point2d Struct Referencefinal

Public Member Functions

 point2d (float x_, float y_)
 

Public Attributes

float x
 
float y
 

Detailed Description

Definition at line 14 of file point2d.hpp.

Constructor & Destructor Documentation

◆ point2d()

bnb::interfaces::point2d::point2d ( float x_,
float y_ )
inline

Definition at line 18 of file point2d.hpp.

20 : x(std::move(x_))
21 , y(std::move(y_))
22 {}

Member Data Documentation

◆ x

float bnb::interfaces::point2d::x

Definition at line 15 of file point2d.hpp.

◆ y

float bnb::interfaces::point2d::y

Definition at line 16 of file point2d.hpp.


The documentation for this struct was generated from the following file: