Blender
V3.3
|
#include <BKE_curves.hh>
Public Member Functions | |
CurvesSurfaceTransforms ()=default | |
CurvesSurfaceTransforms (const Object &curves_ob, const Object *surface_ob) | |
Definition at line 931 of file BKE_curves.hh.
|
default |
blender::bke::CurvesSurfaceTransforms::CurvesSurfaceTransforms | ( | const Object & | curves_ob, |
const Object * | surface_ob | ||
) |
Definition at line 408 of file curves.cc.
References curves_to_surface, curves_to_world, blender::float4x4::inverted(), Object::obmat, surface_to_curves, surface_to_curves_normal, surface_to_world, blender::float4x4::transposed(), world_to_curves, and world_to_surface.
float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_surface |
Definition at line 933 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), 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(), and blender::ed::sculpt_paint::SlideOperationExecutor::slide().
float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_world |
Definition at line 932 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms().
float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves |
Definition at line 937 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(), and blender::ed::sculpt_paint::DensityAddOperationExecutor::sample_spherical_with_symmetry().
float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves_normal |
Definition at line 938 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), blender::ed::sculpt_paint::SlideOperationExecutor::find_curves_to_slide(), and blender::geometry::interpolate_position_with_interpolation().
float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_world |
Definition at line 936 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms().
float4x4 blender::bke::CurvesSurfaceTransforms::world_to_curves |
Definition at line 934 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), 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(), and blender::ed::sculpt_paint::SlideOperationExecutor::slide().
float4x4 blender::bke::CurvesSurfaceTransforms::world_to_surface |
Definition at line 935 of file BKE_curves.hh.
Referenced by CurvesSurfaceTransforms(), and blender::ed::sculpt_paint::sample_curves_surface_3d_brush().