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
Vector2d Class Reference

#include <bbopMathClass.h>

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

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ Vector2d() [1/3]

Vector2d::Vector2d ( )

◆ Vector2d() [2/3]

Vector2d::Vector2d ( double  x_,
double  y_ 
)

◆ Vector2d() [3/3]

Vector2d::Vector2d ( const Vector2d other)

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