#include <Boids.h>
◆ BoidsContainer()
BoidsContainer::BoidsContainer |
( |
| ) |
|
◆ changeData()
void BoidsContainer::changeData |
( |
float | Seperation, |
|
|
float | Alignment, |
|
|
float | Cohesion ) |
◆ getBoids()
const std::vector< BoidsEntity > & BoidsContainer::getBoids |
( |
| ) |
const |
|
nodiscard |
◆ init()
void BoidsContainer::init |
( |
| ) |
|
◆ numBoids()
unsigned int BoidsContainer::numBoids |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
◆ update()
void BoidsContainer::update |
( |
| ) |
|
◆ alignment
float BoidsContainer::alignment = 0.05f |
◆ BoidsVec
◆ cohesion
float BoidsContainer::cohesion = 0.0005f |
◆ Color
glm::vec4 BoidsContainer::Color = {0.455f, 0.780f, 0.925f, 0.5f} |
◆ NUM_BOIDS
const unsigned int BoidsContainer::NUM_BOIDS = 100 |
|
private |
◆ seperation
float BoidsContainer::seperation = 0.05f |
The documentation for this class was generated from the following files:
- /Users/runner/work/Garage/Garage/src/Projects/Boids/src/Boids.h
- /Users/runner/work/Garage/Garage/src/Projects/Boids/src/Boids.cpp