|
Blender V4.3
|
#include <BKE_curves.hh>
Public Member Functions | |
| CurvesSurfaceTransforms ()=default | |
| CurvesSurfaceTransforms (const Object &curves_ob, const Object *surface_ob) | |
Definition at line 1011 of file BKE_curves.hh.
|
default |
| blender::bke::CurvesSurfaceTransforms::CurvesSurfaceTransforms | ( | const Object & | curves_ob, |
| const Object * | surface_ob ) |
Definition at line 321 of file blenkernel/intern/curves.cc.
References curves_to_surface, curves_to_world, blender::math::invert(), surface_to_curves, surface_to_curves_normal, surface_to_world, blender::math::transpose(), world_to_curves, and world_to_surface.
| float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_surface |
Definition at line 1013 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), blender::ed::sculpt_paint::PuffOperationExecutor::puff(), blender::ed::sculpt_paint::AddOperationExecutor::sample_in_center_with_symmetry(), blender::ed::sculpt_paint::AddOperationExecutor::sample_projected(), blender::ed::sculpt_paint::DensityAddOperationExecutor::sample_projected_with_symmetry(), blender::ed::sculpt_paint::AddOperationExecutor::sample_spherical_with_symmetry(), blender::ed::sculpt_paint::DensityAddOperationExecutor::sample_spherical_with_symmetry(), blender::ed::sculpt_paint::SlideOperationExecutor::slide(), and blender::geometry::curve_constraints::solve_length_and_collision_constraints().
| float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_world |
Definition at line 1012 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::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::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().
| float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves |
Definition at line 1017 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), blender::ed::sculpt_paint::DensityAddOperationExecutor::execute(), blender::ed::sculpt_paint::sample_curves_surface_3d_brush(), blender::ed::sculpt_paint::DensityAddOperationExecutor::sample_projected_with_symmetry(), blender::ed::sculpt_paint::DensityAddOperationExecutor::sample_spherical_with_symmetry(), and blender::geometry::curve_constraints::solve_length_and_collision_constraints().
| float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves_normal |
Definition at line 1018 of file BKE_curves.hh.
Referenced by blender::geometry::calc_position_with_interpolation(), CurvesSurfaceTransforms(), blender::ed::sculpt_paint::SlideOperationExecutor::find_curves_to_slide(), blender::ed::sculpt_paint::PuffOperationExecutor::puff(), and blender::geometry::curve_constraints::solve_length_and_collision_constraints().
| float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_world |
Definition at line 1016 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms().
| float4x4 blender::bke::CurvesSurfaceTransforms::world_to_curves |
Definition at line 1014 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::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::PinchOperationExecutor::pinch_projected(), blender::ed::sculpt_paint::PinchOperationExecutor::pinch_spherical_with_symmetry(), blender::ed::sculpt_paint::SnakeHookOperatorExecutor::projected_snake_hook(), blender::ed::sculpt_paint::sample_curves_surface_3d_brush(), blender::ed::sculpt_paint::AddOperationExecutor::sample_in_center_with_symmetry(), blender::ed::sculpt_paint::AddOperationExecutor::sample_projected(), blender::ed::sculpt_paint::DensityAddOperationExecutor::sample_projected_with_symmetry(), blender::ed::sculpt_paint::AddOperationExecutor::sample_spherical_with_symmetry(), blender::ed::sculpt_paint::SlideOperationExecutor::slide(), and blender::ed::sculpt_paint::SnakeHookOperatorExecutor::spherical_snake_hook_with_symmetry().
| float4x4 blender::bke::CurvesSurfaceTransforms::world_to_surface |
Definition at line 1015 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), and blender::ed::sculpt_paint::sample_curves_surface_3d_brush().