Bbop-Library 0.4.1-alpha
Opengl library to build 2d apps and game that implement a light system named Lumop
 
Loading...
Searching...
No Matches
Vector2f Class Reference

#include <bbopMathClass.h>

Inheritance diagram for Vector2f:
Vector2< float >

Public Member Functions

 Vector2f ()
 
 Vector2f (float x_, float y_)
 
 Vector2f (const Vector2f &other)
 
- Public Member Functions inherited from Vector2< float >
 Vector2 ()
 
 Vector2 (float x_, float y_)
 
 Vector2 (const Vector2< float > &other)
 

Additional Inherited Members

- Public Attributes inherited from Vector2< float >
float x
 
float y
 

Constructor & Destructor Documentation

◆ Vector2f() [1/3]

Vector2f::Vector2f ( )

◆ Vector2f() [2/3]

Vector2f::Vector2f ( float x_,
float y_ )

◆ Vector2f() [3/3]

Vector2f::Vector2f ( const Vector2f & other)

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