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

#include <bbopMathClass.h>

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

Public Member Functions

 Vector3f ()
 
 Vector3f (float x_, float y_, float z_)
 
- Public Member Functions inherited from Vector3< float >
 Vector3 ()
 
 Vector3 (float x_, float y_, float z_)
 

Additional Inherited Members

- Public Attributes inherited from Vector3< float >
float x
 
float y
 
float z
 

Constructor & Destructor Documentation

◆ Vector3f() [1/2]

Vector3f::Vector3f ( )

◆ Vector3f() [2/2]

Vector3f::Vector3f ( float  x_,
float  y_,
float  z_ 
)

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