|
Blender V4.3
|
#include <boundbox.h>
Public Member Functions | |
| BoundBox2D () | |
| bool | operator== (const BoundBox2D &other) const |
| float | width () |
| float | height () |
| BoundBox2D | operator* (float f) const |
| BoundBox2D | subset (const BoundBox2D &other) const |
| BoundBox2D | make_relative_to (const BoundBox2D &other) const |
| BoundBox2D | clamp (float mn=0.0f, float mx=1.0f) |
Public Attributes | |
| float | left |
| float | right |
| float | bottom |
| float | top |
Definition at line 190 of file boundbox.h.
|
inline |
Definition at line 197 of file boundbox.h.
|
inline |
Definition at line 251 of file boundbox.h.
Referenced by blender_camera_border(), and BlenderSync::get_buffer_params().
|
inline |
Definition at line 210 of file boundbox.h.
References bottom.
|
inline |
Definition at line 239 of file boundbox.h.
Referenced by blender_camera_border_subset(), and blender_camera_from_view().
|
inline |
Definition at line 215 of file boundbox.h.
|
inline |
Definition at line 199 of file boundbox.h.
|
inline |
Definition at line 227 of file boundbox.h.
References bottom, left, right, subset(), and top.
Referenced by blender_camera_border_subset(), and subset().
|
inline |
Definition at line 205 of file boundbox.h.
References left.
| float BoundBox2D::bottom |
Definition at line 194 of file boundbox.h.
Referenced by blender_camera_border(), blender_camera_sync(), blender_camera_viewplane(), Camera::compute_auto_viewplane(), BlenderSync::get_buffer_params(), height(), subset(), BlenderSync::sync_camera(), and transform_from_viewplane().
| float BoundBox2D::left |
Definition at line 192 of file boundbox.h.
Referenced by blender_camera_border(), blender_camera_sync(), blender_camera_viewplane(), clamp(), Camera::compute_auto_viewplane(), BlenderSync::get_buffer_params(), make_relative_to(), operator*(), subset(), BlenderSync::sync_camera(), transform_from_viewplane(), and width().
| float BoundBox2D::right |
Definition at line 193 of file boundbox.h.
Referenced by blender_camera_border(), blender_camera_init(), blender_camera_sync(), blender_camera_viewplane(), Camera::compute_auto_viewplane(), BlenderSync::get_buffer_params(), subset(), BlenderSync::sync_camera(), and transform_from_viewplane().
| float BoundBox2D::top |
Definition at line 195 of file boundbox.h.
Referenced by blender_camera_border(), blender_camera_init(), blender_camera_sync(), blender_camera_viewplane(), Camera::compute_auto_viewplane(), BlenderSync::get_buffer_params(), subset(), BlenderSync::sync_camera(), and transform_from_viewplane().