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

Gère un cercle. More...

#include <shapeClass.h>

Inheritance diagram for CircleShape:
ConvexShape Shape BbopDrawable

Public Member Functions

 CircleShape (int nnPoint, float nRadius)
 constructeur du cercle
 
 CircleShape (int nnPoint, float nRadius, Vector2f nSize, Vector2f nPos)
 
 CircleShape (int nnPoint, float nRadius, Vector2f nSize, Vector2f nPos, Vector3i nRGB, Vector2f nOrigin)
 
 CircleShape (int nnPoint, float nRadius, Vector2f nSize, Vector2f nPos, Vector3i nRGB, Vector2f nOrigin, float nRotation, float nAlpha)
 
float getRadius () const
 Renvoie le rayon du cercle.
 
void setRadius (float nRadius)
 Change le rayon du cercle.
 
int getNPointCircle () const
 Renvoie le nombre de point du cercle.
 
void setNPointCircle (int nnPoint)
 Change le nombre de point du cercle.
 
- Public Member Functions inherited from ConvexShape
 ConvexShape ()
 Constructeur par défault de la convex.
 
 ConvexShape (int nnPoint, Vector2f *nlistPoint)
 Constructeur de la convex.
 
 ConvexShape (int nnPoint, Vector2f *nlistPoint, Vector2f nSize, Vector2f nPos)
 
 ConvexShape (int nnPoint, Vector2f *nlistPoint, Vector2f nSize, Vector2f nPos, Vector3i nRGB, Vector2f nOrigin)
 
 ConvexShape (int nnPoint, Vector2f *nlistPoint, Vector2f nSize, Vector2f nPos, Vector3i nRGB, Vector2f nOrigin, float nRotation, float nAlpha)
 
 ConvexShape (const ConvexShape &other)
 
 ~ConvexShape ()
 
ConvexShapeoperator= (const ConvexShape &other)
 
void initConvex (int nnPoint, Vector2f *nlistPoint)
 Initialise la convex comme le constructeur.
 
void Draw (GLint *renderUniforms) const override
 Déssine l'objet héritant de la class.
 
- Public Member Functions inherited from Shape
 Shape (GLfloat *vertices, GLsizeiptr verticesSize, GLuint *indices, GLsizeiptr indicesSize)
 Constructeur de Shape.
 
 Shape ()
 Constructeur par défault de Shape.
 
 Shape (const Shape &other)
 Constructeur par copie de shape.
 
 ~Shape ()
 Destructeur de shape.
 
void initShape (GLfloat *vertices, GLsizeiptr verticesSize, GLuint *indices, GLsizeiptr indicesSize)
 Initialise la Shape comme sont constructeur.
 
const Vector2fgetSize () const
 Renvoie la Taille du Shape.
 
void setSize (const Vector2f &nSize)
 Change la taille du Shape.
 
void setSize (float x_, float y_)
 Change la taille du Shape.
 
const Vector2fgetPosition () const
 Renvoie la position du Shape.
 
void setPosition (const Vector2f &nPos)
 Change la position du Shape.
 
void setPosition (float x_, float y_)
 Change la position de la Shape.
 
const Vector2fgetOrigin () const
 Renvoie l'origine de la Shape.
 
void setOrigin (const Vector2f &nOrigin)
 Change l'origine de la Shape.
 
void setOrigin (float x_, float y_)
 Change l'origine de la Shape.
 
const Vector3igetColor () const
 Renvoie la couleur de Shape.
 
void setColor (const Vector3i &nRGB)
 Change la couleur de Shape.
 
void setColor (int x_, int y_, int z_)
 Change la couleur de Shape.
 
float getAlpha () const
 Renvoie la transaprence du la Shape.
 
void setAlpha (float nAlpha)
 Change la transaprence de la Shape.
 
float getRotation () const
 Renvoie la rotation de la Shape.
 
void setRotation (float nRotation)
 Change la rotation de la Shape.
 
CollisionBoxgetCollisionBox ()
 Renvoie la boîte de collision de Shape.
 
void setAutoUpdateCollision (bool etat)
 Change l'état de l'automatisation de la mise a jour de la boîte de collision.
 
void move (const Vector2f &vecM)
 Déplace la Shape.
 
void move (float x_, float y_)
 Déplace la Shape.
 

Protected Member Functions

void buildConvex ()
 Recalcule la géometrie du cercle.
 

Additional Inherited Members

- Protected Attributes inherited from Shape
VAO shapeVAO
 
VBO shapeVBO
 
EBO shapeEBO
 
Vector2f pos
 
Vector2f size
 
Vector2f origin
 
Vector3i RGB
 
bool autoUpdateCollision
 
float rotation
 
CollisionBox shapeCollisionBox
 
float alpha
 

Detailed Description

Gère un cercle.

See also
ConvexShape
Note
Le cercle est un enfant de convex, il gère juste la convex comme un cercle

Constructor & Destructor Documentation

◆ CircleShape() [1/4]

CircleShape::CircleShape ( int nnPoint,
float nRadius )

constructeur du cercle

Parameters
[in]nnPointnombre de point du cercle
[in]nRadiusrayon du cercle
Note
Avec 3 point le cercle est un triangle !!

◆ CircleShape() [2/4]

CircleShape::CircleShape ( int nnPoint,
float nRadius,
Vector2f nSize,
Vector2f nPos )

◆ CircleShape() [3/4]

CircleShape::CircleShape ( int nnPoint,
float nRadius,
Vector2f nSize,
Vector2f nPos,
Vector3i nRGB,
Vector2f nOrigin )

◆ CircleShape() [4/4]

CircleShape::CircleShape ( int nnPoint,
float nRadius,
Vector2f nSize,
Vector2f nPos,
Vector3i nRGB,
Vector2f nOrigin,
float nRotation,
float nAlpha )

Member Function Documentation

◆ buildConvex()

void CircleShape::buildConvex ( )
protected

Recalcule la géometrie du cercle.

◆ getNPointCircle()

int CircleShape::getNPointCircle ( ) const

Renvoie le nombre de point du cercle.

Returns
nPointCircle

◆ getRadius()

float CircleShape::getRadius ( ) const

Renvoie le rayon du cercle.

Returns
radius

◆ setNPointCircle()

void CircleShape::setNPointCircle ( int nnPoint)

Change le nombre de point du cercle.

Parameters
[in]nnPointnombre de point du cercle

◆ setRadius()

void CircleShape::setRadius ( float nRadius)

Change le rayon du cercle.

Parameters
[in]nRadiusrayon du cercle

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