|
Blender V4.3
|
Public Member Functions | |
| UVPhi () | |
| bool | is_valid () const |
Public Attributes | |
| float2 | translation |
| float | rotation |
Store information about an island's placement such as translation, rotation and reflection.
Definition at line 35 of file uv_pack.cc.
| blender::geometry::UVPhi::UVPhi | ( | ) |
Definition at line 45 of file uv_pack.cc.
| bool blender::geometry::UVPhi::is_valid | ( | ) | const |
Definition at line 50 of file uv_pack.cc.
References translation.
| float blender::geometry::UVPhi::rotation |
Definition at line 41 of file uv_pack.cc.
| float2 blender::geometry::UVPhi::translation |
Definition at line 40 of file uv_pack.cc.
Referenced by is_valid().