|
Blender
V3.3
|
#include <COM_ChunkOrderHotspot.h>
Public Member Functions | |
| ChunkOrderHotspot (int x, int y, float addition) | |
| double | calc_distance (int x, int y) |
Public Attributes | |
| int | x |
| int | y |
| float | addition |
Definition at line 12 of file COM_ChunkOrderHotspot.h.
|
inline |
Definition at line 17 of file COM_ChunkOrderHotspot.h.
| double blender::compositor::ChunkOrderHotspot::calc_distance | ( | int | x, |
| int | y | ||
| ) |
Definition at line 9 of file COM_ChunkOrderHotspot.cc.
References addition, double(), result, sqrt(), x, and y.
Referenced by blender::compositor::ChunkOrder::update_distance().
| float blender::compositor::ChunkOrderHotspot::addition |
Definition at line 15 of file COM_ChunkOrderHotspot.h.
Referenced by calc_distance().
| int blender::compositor::ChunkOrderHotspot::x |
Definition at line 13 of file COM_ChunkOrderHotspot.h.
Referenced by calc_distance().
| int blender::compositor::ChunkOrderHotspot::y |
Definition at line 14 of file COM_ChunkOrderHotspot.h.
Referenced by calc_distance().