HighMap library (C++)
Loading...
Searching...
No Matches
hmap::Vec4< float > Struct Reference

#include <algebra.hpp>

Inheritance diagram for hmap::Vec4< float >:
Collaboration diagram for hmap::Vec4< float >:

Public Attributes

float & a = x
 
float & b = y
 
float & c = z
 
float & d = w
 
const float & a_const = x
 
const float & b_const = y
 
const float & c_const = z
 
const float & d_const = w
 

Member Data Documentation

◆ a

float& hmap::Vec4< float >::a = x

◆ b

float& hmap::Vec4< float >::b = y

◆ c

float& hmap::Vec4< float >::c = z

◆ d

float& hmap::Vec4< float >::d = w

◆ a_const

const float& hmap::Vec4< float >::a_const = x

◆ b_const

const float& hmap::Vec4< float >::b_const = y

◆ c_const

const float& hmap::Vec4< float >::c_const = z

◆ d_const

const float& hmap::Vec4< float >::d_const = w

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