Blender V5.0
bPoseChannel_BBoneSegmentBoundary Struct Reference

#include <DNA_action_types.h>

Public Attributes

float point [3]
float plane_normal [3]
float plane_offset
float depth_scale

Detailed Description

Definition at line 230 of file DNA_action_types.h.

Member Data Documentation

◆ depth_scale

float bPoseChannel_BBoneSegmentBoundary::depth_scale

Inverse width of the smoothing at this level in head-tail space. Optimization: this value is actually indexed by BSP depth (0 to bsp_depth - 1), not joint index. It's put here to avoid allocating a separate array by utilizing the padding space.

Definition at line 242 of file DNA_action_types.h.

Referenced by compute_bbone_segment_boundaries(), and find_bbone_segment_index_curved().

◆ plane_normal

float bPoseChannel_BBoneSegmentBoundary::plane_normal[3]

Definition at line 233 of file DNA_action_types.h.

Referenced by bbone_segment_bsp_signed_distance().

◆ plane_offset

float bPoseChannel_BBoneSegmentBoundary::plane_offset

◆ point

float bPoseChannel_BBoneSegmentBoundary::point[3]

Definition at line 232 of file DNA_action_types.h.

Referenced by compute_bbone_segment_boundaries().


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