Blender  V3.3
Public Attributes | List of all members
BevPoint Struct Reference

#include <DNA_curve_types.h>

Public Attributes

float vec [3]
 
float tilt
 
float radius
 
float weight
 
float offset
 
float sina
 
float cosa
 
float dir [3]
 
float tan [3]
 
float quat [4]
 
short dupe_tag
 

Detailed Description

Definition at line 35 of file DNA_curve_types.h.

Member Data Documentation

◆ cosa

float BevPoint::cosa

◆ dir

float BevPoint::dir[3]

◆ dupe_tag

short BevPoint::dupe_tag

Definition at line 41 of file DNA_curve_types.h.

Referenced by BKE_curve_bevelList_make().

◆ offset

float BevPoint::offset

Definition at line 36 of file DNA_curve_types.h.

Referenced by BKE_curve_bevelList_make(), and calc_bevfac_spline_mapping().

◆ quat

float BevPoint::quat[4]

◆ radius

float BevPoint::radius

◆ sina

float BevPoint::sina

◆ tan

float BevPoint::tan[3]

◆ tilt

float BevPoint::tilt

◆ vec

float BevPoint::vec[3]

◆ weight

float BevPoint::weight

Definition at line 36 of file DNA_curve_types.h.

Referenced by BKE_curve_bevelList_make(), and BKE_where_on_path().


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