Blender V4.3
blender::ed::sculpt_paint::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 1011 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 )

Definition at line 321 of file blenkernel/intern/curves.cc.

Member Data Documentation

◆ curves_to_surface

float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_surface

Definition at line 1013 of file BKE_curves.hh.

◆ curves_to_world

float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_world

Definition at line 1012 of file BKE_curves.hh.

◆ surface_to_curves

float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves

Definition at line 1017 of file BKE_curves.hh.

◆ surface_to_curves_normal

float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves_normal

Definition at line 1018 of file BKE_curves.hh.

◆ surface_to_world

float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_world

Definition at line 1016 of file BKE_curves.hh.

◆ world_to_curves

float4x4 blender::bke::CurvesSurfaceTransforms::world_to_curves

Definition at line 1014 of file BKE_curves.hh.

◆ world_to_surface

float4x4 blender::bke::CurvesSurfaceTransforms::world_to_surface

Definition at line 1015 of file BKE_curves.hh.


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