Open 3D Engine Atom Gem API Reference  23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ImageProcessingAtom::MitchellWindowFunction< T > Class Template Reference

Inherits ImageProcessingAtom::IWindowFunction< T >.

Public Member Functions

 MitchellWindowFunction (T b=1.0/3.0, T c=1.0/3.0)
 
virtual const char * getName () const
 
virtual T getLength () const
 
virtual bool isCardinal () const
 
virtual bool isInfinite () const
 
virtual bool isUnitSpaced () const
 
virtual bool isCentered () const
 
virtual T operator() (T pos) const
 

Protected Attributes

p0
 
p2
 
p3
 
q0
 
q1
 
q2
 
q3
 

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