Blender V4.3
blender::ed::greasepencil::Curves2DBVHTree Struct Reference

#include <ED_grease_pencil.hh>

Public Attributes

BVHTreetree = nullptr
 
Array< float2start_positions
 
Array< float2end_positions
 
Array< intdrawing_offsets
 

Detailed Description

Definition at line 755 of file ED_grease_pencil.hh.

Member Data Documentation

◆ drawing_offsets

Array<int> blender::ed::greasepencil::Curves2DBVHTree::drawing_offsets

Definition at line 761 of file ED_grease_pencil.hh.

Referenced by blender::ed::greasepencil::selection_update().

◆ end_positions

Array<float2> blender::ed::greasepencil::Curves2DBVHTree::end_positions

Definition at line 759 of file ED_grease_pencil.hh.

◆ start_positions

Array<float2> blender::ed::greasepencil::Curves2DBVHTree::start_positions

◆ tree

BVHTree* blender::ed::greasepencil::Curves2DBVHTree::tree = nullptr

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