VOX
A little voxel engine
Loading...
Searching...
No Matches
FrustumPoints Struct Reference

#include <FrustumCulling.hpp>

Collaboration diagram for FrustumPoints:
Collaboration graph

Public Member Functions

 FrustumPoints (const glm::vec3 &pos, const glm::vec3 &front, const glm::vec3 &right, const glm::vec3 &up, float fov, float aspect, float near, float far)
 

Public Attributes

glm::vec3 points [8]
 

Constructor & Destructor Documentation

◆ FrustumPoints()

FrustumPoints::FrustumPoints ( const glm::vec3 &  pos,
const glm::vec3 &  front,
const glm::vec3 &  right,
const glm::vec3 &  up,
float  fov,
float  aspect,
float  near,
float  far 
)

Member Data Documentation

◆ points

glm::vec3 FrustumPoints::points[8]

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