Blender V4.3
blender::geometry::UVPhi Class Reference

Public Member Functions

 UVPhi ()
 
bool is_valid () const
 

Public Attributes

float2 translation
 
float rotation
 

Detailed Description

Store information about an island's placement such as translation, rotation and reflection.

Definition at line 35 of file uv_pack.cc.

Constructor & Destructor Documentation

◆ UVPhi()

blender::geometry::UVPhi::UVPhi ( )

Definition at line 45 of file uv_pack.cc.

Member Function Documentation

◆ is_valid()

bool blender::geometry::UVPhi::is_valid ( ) const

Definition at line 50 of file uv_pack.cc.

References translation.

Member Data Documentation

◆ rotation

float blender::geometry::UVPhi::rotation

Definition at line 41 of file uv_pack.cc.

◆ translation

float2 blender::geometry::UVPhi::translation

Definition at line 40 of file uv_pack.cc.

Referenced by is_valid().


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