Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
Loading...
Searching...
No Matches
Octant Struct Reference

#include <Octree.h>

Data Fields

std::uint8_t val
 

Static Public Attributes

static constexpr std::uint8_t X_MASK = 1 << 0
 
static constexpr std::uint8_t Y_MASK = 1 << 1
 
static constexpr std::uint8_t Z_MASK = 1 << 2
 

Detailed Description

Definition at line 9 of file Octree.h.

Field Documentation

◆ val

std::uint8_t Octant::val

Definition at line 10 of file Octree.h.

◆ X_MASK

constexpr std::uint8_t Octant::X_MASK = 1 << 0
staticconstexpr

Definition at line 12 of file Octree.h.

◆ Y_MASK

constexpr std::uint8_t Octant::Y_MASK = 1 << 1
staticconstexpr

Definition at line 13 of file Octree.h.

◆ Z_MASK

constexpr std::uint8_t Octant::Z_MASK = 1 << 2
staticconstexpr

Definition at line 14 of file Octree.h.


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