Blender V4.3
Vector3 Class Reference

#include <eigen_utils.h>

Inherits Eigen::Vector3f.

Public Types

typedef floatctype
 

Public Member Functions

 Vector3 ()
 
 Vector3 (const ctype &v)
 
Vector3operator= (const ctype &v)
 
 operator ctype ()
 

Detailed Description

Definition at line 32 of file eigen_utils.h.

Member Typedef Documentation

◆ ctype

typedef float* Vector3::ctype

Definition at line 34 of file eigen_utils.h.

Constructor & Destructor Documentation

◆ Vector3() [1/2]

Vector3::Vector3 ( )
inline

Definition at line 36 of file eigen_utils.h.

◆ Vector3() [2/2]

Vector3::Vector3 ( const ctype & v)
inline

Definition at line 38 of file eigen_utils.h.

References v.

Member Function Documentation

◆ operator ctype()

Vector3::operator ctype ( )
inline

Definition at line 53 of file eigen_utils.h.

References data.

◆ operator=()

Vector3 & Vector3::operator= ( const ctype & v)
inline

Definition at line 45 of file eigen_utils.h.

References v.


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