Blender V4.3
BMVertsCalcNormalsWithCoordsData Struct Reference

Public Attributes

Span< float3fnos
 
Span< float3vcos
 
MutableSpan< float3vnos
 

Detailed Description

Definition at line 58 of file bmesh_mesh_normals.cc.

Member Data Documentation

◆ fnos

Span<float3> BMVertsCalcNormalsWithCoordsData::fnos

Definition at line 60 of file bmesh_mesh_normals.cc.

Referenced by bm_mesh_verts_calc_normals().

◆ vcos

Span<float3> BMVertsCalcNormalsWithCoordsData::vcos

Definition at line 61 of file bmesh_mesh_normals.cc.

◆ vnos

MutableSpan<float3> BMVertsCalcNormalsWithCoordsData::vnos

Definition at line 64 of file bmesh_mesh_normals.cc.


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