Blender V4.5
blender::bke::CurvesSurfaceTransforms Struct Reference

#include <BKE_curves.hh>

Public Member Functions

 CurvesSurfaceTransforms ()=default
 
 CurvesSurfaceTransforms (const Object &curves_ob, const Object *surface_ob)
 

Public Attributes

float4x4 curves_to_world
 
float4x4 curves_to_surface
 
float4x4 world_to_curves
 
float4x4 world_to_surface
 
float4x4 surface_to_world
 
float4x4 surface_to_curves
 
float4x4 surface_to_curves_normal
 

Detailed Description

Definition at line 1117 of file BKE_curves.hh.

Constructor & Destructor Documentation

◆ CurvesSurfaceTransforms() [1/2]

blender::bke::CurvesSurfaceTransforms::CurvesSurfaceTransforms ( )
default

◆ CurvesSurfaceTransforms() [2/2]

blender::bke::CurvesSurfaceTransforms::CurvesSurfaceTransforms ( const Object & curves_ob,
const Object * surface_ob )

Member Data Documentation

◆ curves_to_surface

◆ curves_to_world

float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_world

Definition at line 1118 of file BKE_curves.hh.

Referenced by blender::ed::sculpt_paint::CombOperationExecutor::comb_projected(), blender::ed::sculpt_paint::CombOperationExecutor::comb_spherical_with_symmetry(), CurvesSurfaceTransforms(), blender::ed::sculpt_paint::DeleteOperationExecutor::delete_spherical_with_symmetry(), blender::ed::sculpt_paint::AddOperationExecutor::execute(), blender::ed::sculpt_paint::CurvesEffectOperationExecutor::execute(), blender::ed::sculpt_paint::PinchOperationExecutor::execute(), blender::ed::sculpt_paint::PuffOperationExecutor::execute(), blender::ed::sculpt_paint::SmoothOperationExecutor::execute(), blender::ed::sculpt_paint::SnakeHookOperatorExecutor::execute(), blender::ed::sculpt_paint::SlideOperationExecutor::find_curves_to_slide_with_symmetry(), blender::ed::sculpt_paint::PuffOperationExecutor::find_curves_weights_spherical_with_symmetry(), blender::ed::sculpt_paint::SmoothOperationExecutor::find_spherical_smooth_factors_with_symmetry(), blender::ed::sculpt_paint::CurvesEffectOperationExecutor::gather_influences_projected(), blender::ed::sculpt_paint::CurvesEffectOperationExecutor::gather_influences_spherical(), blender::ed::sculpt_paint::CombOperationExecutor::initialize_spherical_brush_reference_point(), blender::ed::sculpt_paint::DeleteOperationExecutor::initialize_spherical_brush_reference_point(), blender::ed::sculpt_paint::PinchOperationExecutor::pinch_projected(), blender::ed::sculpt_paint::PinchOperationExecutor::pinch_spherical_with_symmetry(), blender::ed::sculpt_paint::SnakeHookOperatorExecutor::projected_snake_hook(), and blender::ed::sculpt_paint::SnakeHookOperatorExecutor::spherical_snake_hook_with_symmetry().

◆ surface_to_curves

◆ surface_to_curves_normal

◆ surface_to_world

float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_world

Definition at line 1122 of file BKE_curves.hh.

Referenced by CurvesSurfaceTransforms().

◆ world_to_curves

float4x4 blender::bke::CurvesSurfaceTransforms::world_to_curves

◆ world_to_surface

float4x4 blender::bke::CurvesSurfaceTransforms::world_to_surface

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