Skip to content

Struct PointPickResult

ClassList > PointPickResult

Public Attributes

Type Name
std::string layer_name
OctreePoint point
double world_x = 0.0
double world_y = 0.0
double world_z = 0.0

Public Functions

Type Name
bool operator!= (const PointPickResult & other) const
bool operator== (const PointPickResult & other) const

Public Attributes Documentation

variable layer_name

std::string PointPickResult::layer_name;

variable point

OctreePoint PointPickResult::point;

variable world_x

double PointPickResult::world_x;

variable world_y

double PointPickResult::world_y;

variable world_z

double PointPickResult::world_z;

Public Functions Documentation

function operator!=

inline bool PointPickResult::operator!= (
    const PointPickResult & other
) const

function operator==

inline bool PointPickResult::operator== (
    const PointPickResult & other
) const


The documentation for this class was generated from the following file /home/runner/work/Blaze/Blaze/src/gui/layer_renderer.hpp