Blender V5.0
ObjVertex Struct Reference

Public Member Functions

 ObjVertex ()=default
 ObjVertex (uint32_t pi)
bool operator== (const ObjVertex &v) const

Public Attributes

uint32_t p = (uint32_t)-1
uint32_t n = (uint32_t)-1
uint32_t uv = (uint32_t)-1

Detailed Description

Definition at line 15 of file quadriflow_capi.cpp.

Constructor & Destructor Documentation

◆ ObjVertex() [1/2]

ObjVertex::ObjVertex ( )
default

Referenced by operator==().

◆ ObjVertex() [2/2]

ObjVertex::ObjVertex ( uint32_t pi)
inline

Definition at line 22 of file quadriflow_capi.cpp.

References p.

Member Function Documentation

◆ operator==()

bool ObjVertex::operator== ( const ObjVertex & v) const
inline

Definition at line 27 of file quadriflow_capi.cpp.

References n, ObjVertex(), p, uv, and v.

Member Data Documentation

◆ n

uint32_t ObjVertex::n = (uint32_t)-1

Definition at line 17 of file quadriflow_capi.cpp.

Referenced by operator==().

◆ p

uint32_t ObjVertex::p = (uint32_t)-1

Definition at line 16 of file quadriflow_capi.cpp.

Referenced by ObjVertex(), and operator==().

◆ uv

uint32_t ObjVertex::uv = (uint32_t)-1

Definition at line 18 of file quadriflow_capi.cpp.

Referenced by operator==().


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