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

Public Attributes

const TransInfot
 
const TransDataContainertc
 
const 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.c.

Member Data Documentation

◆ angle

float TransDataArgs_Rotate::angle

Definition at line 75 of file transform_mode_rotate.c.

◆ angle_step

float TransDataArgs_Rotate::angle_step

Definition at line 76 of file transform_mode_rotate.c.

Referenced by applyRotationValue().

◆ axis

const float TransDataArgs_Rotate::axis[3]

Definition at line 74 of file transform_mode_rotate.c.

Referenced by applyRotationValue().

◆ is_large_rotation

bool TransDataArgs_Rotate::is_large_rotation

Definition at line 77 of file transform_mode_rotate.c.

Referenced by applyRotationValue().

◆ t

const TransInfo* TransDataArgs_Rotate::t

Definition at line 72 of file transform_mode_rotate.c.

◆ tc

const TransDataContainer* TransDataArgs_Rotate::tc

Definition at line 73 of file transform_mode_rotate.c.

Referenced by applyRotationValue().


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