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

Public Member Functions

 Basis3d (vec3 z)
 
vec2 project_xy (vec3 in)
 
vec3 un_project_xy (vec2 in)
 

Public Attributes

vec3 v [3]
 

Detailed Description

Definition at line 113 of file geometry.h.

Constructor & Destructor Documentation

◆ Basis3d()

GEO::Basis3d::Basis3d ( vec3  z)
inline

Definition at line 114 of file geometry.h.

Member Function Documentation

◆ project_xy()

vec2 GEO::Basis3d::project_xy ( vec3  in)
inline

Definition at line 123 of file geometry.h.

◆ un_project_xy()

vec3 GEO::Basis3d::un_project_xy ( vec2  in)
inline

Definition at line 126 of file geometry.h.

Member Data Documentation

◆ v

vec3 GEO::Basis3d::v[3]

Definition at line 129 of file geometry.h.


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