OpenABF 2.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
OpenABF::PackResult< VecType > Struct Template Reference

The bounding box of the packed atlas. More...

Public Attributes

VecType min
 Lower corner of the packed atlas.
 
VecType max
 Upper corner of the packed atlas.
 

Detailed Description

template<typename VecType>
struct OpenABF::PackResult< VecType >

The bounding box of the packed atlas.

min/max use the same vector type as the input meshes' vertex positions; only the first two (u, v) components are meaningful.

Template Parameters
VecTypeThe vertex position vector type of the packed meshes