Open 3D Engine MotionMatching Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
EMotionFX::MotionMatching::FeatureMatrixType Class Reference

Small wrapper for a 2D matrix similar to the Eigen::Matrix. More...

#include <FeatureMatrix.h>

Inherited by EMotionFX::MotionMatching::FeatureMatrix.

Public Member Functions

size_t size () const
 
size_t rows () const
 
size_t cols () const
 
void resize (size_t rowCount, size_t columnCount)
 
float & operator() (size_t row, size_t column)
 
const float & operator() (size_t row, size_t column) const
 
float coeff (size_t row, size_t column) const
 

Detailed Description

Small wrapper for a 2D matrix similar to the Eigen::Matrix.


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