Blender V4.3
TransDataArgs_Rotate Struct Reference

Public Attributes

const TransInfot
 
const TransDataContainertc
 
float axis [3]
 
float angle
 
float angle_step
 
bool is_large_rotation
 

Detailed Description

Note
Small arrays / data-structures should be stored copied for faster memory access.

Definition at line 71 of file transform_mode_rotate.cc.

Member Data Documentation

◆ angle

float TransDataArgs_Rotate::angle

Definition at line 75 of file transform_mode_rotate.cc.

◆ angle_step

float TransDataArgs_Rotate::angle_step

Definition at line 76 of file transform_mode_rotate.cc.

◆ axis

float TransDataArgs_Rotate::axis[3]

Definition at line 74 of file transform_mode_rotate.cc.

◆ is_large_rotation

bool TransDataArgs_Rotate::is_large_rotation

Definition at line 77 of file transform_mode_rotate.cc.

◆ t

const TransInfo* TransDataArgs_Rotate::t

Definition at line 72 of file transform_mode_rotate.cc.

Referenced by applyRotationValue().

◆ tc

const TransDataContainer* TransDataArgs_Rotate::tc

Definition at line 73 of file transform_mode_rotate.cc.


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