Blender V5.0
transform_mode_resize.cc File Reference
#include <algorithm>
#include <cstdlib>
#include "DNA_windowmanager_types.h"
#include "BLI_math_matrix.h"
#include "BLI_math_vector.h"
#include "BLI_task.hh"
#include "BKE_context.hh"
#include "BKE_image.hh"
#include "BKE_unit.hh"
#include "BLT_translation.hh"
#include "ED_screen.hh"
#include "RNA_access.hh"
#include "UI_interface.hh"
#include "transform.hh"
#include "transform_constraints.hh"
#include "transform_convert.hh"
#include "transform_mode.hh"
#include "transform_snap.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::ed
namespace  blender::ed::transform

Functions

Transform (Resize)
static float blender::ed::transform::ResizeBetween (TransInfo *t, const float p1[3], const float p2[3])
static void blender::ed::transform::ApplySnapResize (TransInfo *t, float vec[3])
static void blender::ed::transform::constrain_scale_to_boundary (const float numerator, const float denominator, float *scale)
static bool blender::ed::transform::clip_uv_transform_resize (TransInfo *t, float vec[2])
static void blender::ed::transform::applyResize (TransInfo *t)
static void blender::ed::transform::resize_transform_matrix_fn (TransInfo *t, float mat_xform[4][4])
static void blender::ed::transform::initResize (TransInfo *t, wmOperator *op)