Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
vec3dpair< CONF > Struct Template Reference

Structure to hold a pair of directions. More...

#include <vec3dpair.h>

Public Member Functions

 BBM_IMPORT_CONFIG (CONF)
 
 BBM_ATTRIBUTES (in, out)
 

Public Attributes

Vec3d in
 In direction.
 
Vec3d out
 Out direction.
 

Detailed Description

template<typename CONF>
requires concepts::config<CONF>
struct bbm::vec3dpair< CONF >

Structure to hold a pair of directions.

Member Function Documentation

◆ BBM_ATTRIBUTES()

BBM_ATTRIBUTES ( in  ,
out   
)

◆ BBM_IMPORT_CONFIG()

BBM_IMPORT_CONFIG ( CONF  )

Member Data Documentation

◆ in

Vec3d in

In direction.

◆ out

Vec3d out

Out direction.


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