Blender V5.0
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 1156 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

◆ curves_to_world

float4x4 blender::bke::CurvesSurfaceTransforms::curves_to_world

◆ surface_to_curves

◆ surface_to_curves_normal

◆ surface_to_world

float4x4 blender::bke::CurvesSurfaceTransforms::surface_to_world

Definition at line 1161 of file BKE_curves.hh.

Referenced by CurvesSurfaceTransforms().

◆ world_to_curves

float4x4 blender::bke::CurvesSurfaceTransforms::world_to_curves

◆ world_to_surface


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