Blender  V3.3
Public Attributes | List of all members
ScanFillFace Struct Reference

#include <BLI_scanfill.h>

Public Attributes

struct ScanFillFacenext
 
struct ScanFillFaceprev
 
struct ScanFillVertv1
 
struct ScanFillVertv2
 
struct ScanFillVertv3
 

Detailed Description

Definition at line 72 of file BLI_scanfill.h.

Member Data Documentation

◆ next

struct ScanFillFace* ScanFillFace::next

Definition at line 73 of file BLI_scanfill.h.

Referenced by BKE_maskrasterize_handle_init(), and bmo_triangle_fill_exec().

◆ prev

struct ScanFillFace * ScanFillFace::prev

Definition at line 73 of file BLI_scanfill.h.

◆ v1

struct ScanFillVert* ScanFillFace::v1

◆ v2

struct ScanFillVert * ScanFillFace::v2

◆ v3

struct ScanFillVert * ScanFillFace::v3

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