Geogram Version 1.9.6-rc
A programming library of geometric algorithms
Loading...
Searching...
No Matches
GEO::AxisPermutation Struct Reference

Public Member Functions

 AxisPermutation (index_t id=0)
 
void aligns_B_wrt_ref (mat3 ref, mat3 B)
 
void make_col2_equal_to_z (mat3 B, vec3 z)
 
const mat3get_mat () const
 
bool is_identity ()
 
double operator() (index_t i, index_t j)
 
AxisPermutation inverse ()
 

Public Attributes

index_t mid
 

Detailed Description

Definition at line 91 of file frame.h.

Constructor & Destructor Documentation

◆ AxisPermutation()

GEO::AxisPermutation::AxisPermutation ( index_t  id = 0)
inline

Definition at line 92 of file frame.h.

Member Function Documentation

◆ is_identity()

bool GEO::AxisPermutation::is_identity ( )
inline

Definition at line 96 of file frame.h.

◆ operator()()

double GEO::AxisPermutation::operator() ( index_t  i,
index_t  j 
)
inline

Definition at line 97 of file frame.h.

Member Data Documentation

◆ mid

index_t GEO::AxisPermutation::mid

Definition at line 100 of file frame.h.


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