Blender V5.0
btShapeGradients Struct Reference

#include <btMiniSDF.h>

Public Member Functions

void topRowsDivide (int row, double denom)
void bottomRowsMul (int row, double val)
btScalaroperator() (int i, int j)

Public Attributes

btVector3 m_vec [32]

Detailed Description

Definition at line 59 of file btMiniSDF.h.

Member Function Documentation

◆ bottomRowsMul()

void btShapeGradients::bottomRowsMul ( int row,
double val )
inline

Definition at line 71 of file btMiniSDF.h.

References i, and m_vec.

Referenced by btMiniSDF::shape_function_().

◆ operator()()

btScalar & btShapeGradients::operator() ( int i,
int j )
inline

Definition at line 79 of file btMiniSDF.h.

References i, and m_vec.

◆ topRowsDivide()

void btShapeGradients::topRowsDivide ( int row,
double denom )
inline

Definition at line 63 of file btMiniSDF.h.

References i, and m_vec.

Referenced by btMiniSDF::shape_function_().

Member Data Documentation

◆ m_vec

btVector3 btShapeGradients::m_vec[32]

Definition at line 61 of file btMiniSDF.h.

Referenced by bottomRowsMul(), operator()(), and topRowsDivide().


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