HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_MGOperatorT< T >::utMGCoordAndCoeff Struct Reference

#include <UT_MGOperator.h>

Public Attributes

UT_Vector3i coord
 
UT_FixedVector< T, 7 > coeff
 

Detailed Description

template<typename T>
struct UT_MGOperatorT< T >::utMGCoordAndCoeff

This struct contains the coordinates of the current tile, as well as its Laplacian coefficients. Coefficient order convention: -X, +X, -Y, +Y, -Z, +Z, diagonal.

Definition at line 286 of file UT_MGOperator.h.

Member Data Documentation

template<typename T >
UT_FixedVector<T, 7> UT_MGOperatorT< T >::utMGCoordAndCoeff::coeff

Definition at line 289 of file UT_MGOperator.h.

template<typename T >
UT_Vector3i UT_MGOperatorT< T >::utMGCoordAndCoeff::coord

Definition at line 288 of file UT_MGOperator.h.


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