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

#include <bbopMathClass.h>

Inheritance diagram for Vector2d:
Vector2< double >

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: