Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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 931 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

float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_surface

◆ curves_to_world

float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_world

Definition at line 932 of file BKE_curves.hh.

Referenced by CurvesSurfaceTransforms().

◆ surface_to_curves

float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves

◆ surface_to_curves_normal

float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_curves_normal

◆ surface_to_world

float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_world

Definition at line 936 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: