|
Blender V5.0
|
#include <BKE_curves.hh>
Public Member Functions | |
| CurvesSurfaceTransforms ()=default | |
| CurvesSurfaceTransforms (const Object &curves_ob, const Object *surface_ob) | |
Definition at line 1156 of file BKE_curves.hh.
|
default |
| blender::bke::CurvesSurfaceTransforms::CurvesSurfaceTransforms | ( | const Object & | curves_ob, |
| const Object * | surface_ob ) |
Definition at line 335 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 1158 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), blender::geometry::curve_constraints::solve_length_and_collision_constraints(), and blender::ed::curves::convert_to_particle_system::try_convert_single_object().
| float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_world |
Definition at line 1157 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), and blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke().
| float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves |
Definition at line 1162 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke(), blender::nodes::node_geo_deform_curves_on_surface_cc::node_geo_exec(), blender::ed::sculpt_paint::sample_curves_surface_3d_brush(), and blender::geometry::curve_constraints::solve_length_and_collision_constraints().
| float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves_normal |
Definition at line 1163 of file BKE_curves.hh.
Referenced by blender::geometry::calc_position_with_interpolation(), CurvesSurfaceTransforms(), blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke(), and blender::geometry::curve_constraints::solve_length_and_collision_constraints().
| float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_world |
Definition at line 1161 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms().
| float4x4 blender::bke::CurvesSurfaceTransforms::world_to_curves |
Definition at line 1159 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), and blender::ed::sculpt_paint::sample_curves_surface_3d_brush().
| float4x4 blender::bke::CurvesSurfaceTransforms::world_to_surface |
Definition at line 1160 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), blender::ed::sculpt_paint::min_distance_edit::min_distance_edit_invoke(), and blender::ed::sculpt_paint::sample_curves_surface_3d_brush().