Bbop-2D 0.4.1-alpha
Bbop-2D is a c++ library based on openGL to make 2D game. It implement sprite, shape, light and more.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Vector2f Class Reference

#include <bbopMathClass.h>

Inheritance diagram for Vector2f:
Inheritance graph
[legend]
Collaboration diagram for Vector2f:
Collaboration graph
[legend]

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: