Blender  V3.3
Public Member Functions | List of all members
BCQuat Class Reference

#include <BCMath.h>

Public Member Functions

 BCQuat (const BCQuat &other)
 
 BCQuat (Quat &other)
 
 BCQuat ()
 
Quat & quat ()
 
void rotate_to (Matrix &mat_to)
 

Detailed Description

Definition at line 15 of file BCMath.h.

Constructor & Destructor Documentation

◆ BCQuat() [1/3]

BCQuat::BCQuat ( const BCQuat other)
inline

Definition at line 20 of file BCMath.h.

References copy_v4_v4().

◆ BCQuat() [2/3]

BCQuat::BCQuat ( Quat &  other)
inline

Definition at line 25 of file BCMath.h.

References copy_v4_v4().

◆ BCQuat() [3/3]

BCQuat::BCQuat ( )
inline

Definition at line 30 of file BCMath.h.

References unit_qt().

Member Function Documentation

◆ quat()

Quat& BCQuat::quat ( )
inline

Definition at line 35 of file BCMath.h.

Referenced by AnimationImporter::add_bone_animation_sampled().

◆ rotate_to()

void BCQuat::rotate_to ( Matrix &  mat_to)

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