Blender V4.3
lVector3f Class Reference

#include <eigen_utils.h>

Inherits Eigen::VectorXf.

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 98 of file eigen_utils.h.

Member Typedef Documentation

◆ base_t

typedef Eigen::VectorXf lVector3f::base_t

Definition at line 100 of file eigen_utils.h.

Constructor & Destructor Documentation

◆ lVector3f()

lVector3f::lVector3f ( )
inline

Definition at line 102 of file eigen_utils.h.

Member Function Documentation

◆ operator=()

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

Definition at line 104 of file eigen_utils.h.

References rhs.

◆ v3() [1/2]

float * lVector3f::v3 ( int vertex)
inline

Definition at line 110 of file eigen_utils.h.

◆ v3() [2/2]

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

Definition at line 115 of file eigen_utils.h.


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