BrushOperation::PatchParameters Struct Reference

BrushOperation::PatchParameters Struct Reference

#include <brush.h>

Class Description

Definition at line 355 of file brush.h.

Public Member Functions

bool IsValid (void)
 

Public Attributes

const SurfacePointm_pSurfacePoint
 
float m_fSize
 
float m_fStrength
 
Vector m_vCenter
 
Vector m_vPreviousPositions [2]
 
unsigned int m_iSide
 

Member Function Documentation

bool IsValid ( void  )
inline

Definition at line 357 of file brush.h.

357 { return m_pSurfacePoint != 0; };
const SurfacePoint * m_pSurfacePoint
Definition: brush.h:357

Member Data Documentation

const SurfacePoint* m_pSurfacePoint

Definition at line 357 of file brush.h.

float m_fSize

Definition at line 360 of file brush.h.

float m_fStrength

Definition at line 361 of file brush.h.

Vector m_vCenter

Definition at line 362 of file brush.h.

Vector m_vPreviousPositions[2]

Definition at line 363 of file brush.h.

unsigned int m_iSide

Definition at line 364 of file brush.h.


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