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

#include <eigen_utils.h>

Inheritance diagram for lVector3f:

Public Types

typedef Eigen::VectorXf base_t
 

Public Member Functions

 lVector3f ()
 
template<typename T >
lVector3foperator= (T rhs)
 
floatv3 (int vertex)
 
const floatv3 (int vertex) const
 

Detailed Description

Definition at line 101 of file eigen_utils.h.

Member Typedef Documentation

◆ base_t

typedef Eigen::VectorXf lVector3f::base_t

Definition at line 103 of file eigen_utils.h.

Constructor & Destructor Documentation

◆ lVector3f()

lVector3f::lVector3f ( )
inline

Definition at line 105 of file eigen_utils.h.

Member Function Documentation

◆ operator=()

template<typename T >
lVector3f& lVector3f::operator= ( T  rhs)
inline

Definition at line 109 of file eigen_utils.h.

References operator=().

◆ v3() [1/2]

float* lVector3f::v3 ( int  vertex)
inline

Definition at line 115 of file eigen_utils.h.

◆ v3() [2/2]

const float* lVector3f::v3 ( int  vertex) const
inline

Definition at line 120 of file eigen_utils.h.


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