OPTPiX SpriteStudio SDK
Loading...
Searching...
No Matches
spritestudio6::SsTRect< T > Class Template Reference

矩形 More...

#include <sstypes.h>

Public Member Functions

 SsTRect ()
 
 SsTRect (T ax, T ay, T aw, T ah)
 
 SsTRect (const SsTRect &r)
 
bool operator== (const SsTRect &r) const
 
bool operator!= (const SsTRect &r) const
 

Public Attributes

x
 
y
 
w
 
h
 

Detailed Description

template<typename T>
class spritestudio6::SsTRect< T >

矩形

Constructor & Destructor Documentation

◆ SsTRect() [1/3]

template<typename T>
spritestudio6::SsTRect< T >::SsTRect ( )
inline

◆ SsTRect() [2/3]

template<typename T>
spritestudio6::SsTRect< T >::SsTRect ( T ax,
T ay,
T aw,
T ah )
inline

◆ SsTRect() [3/3]

template<typename T>
spritestudio6::SsTRect< T >::SsTRect ( const SsTRect< T > & r)
inline

Member Function Documentation

◆ operator!=()

template<typename T>
bool spritestudio6::SsTRect< T >::operator!= ( const SsTRect< T > & r) const
inline

◆ operator==()

template<typename T>
bool spritestudio6::SsTRect< T >::operator== ( const SsTRect< T > & r) const
inline

Member Data Documentation

◆ h

template<typename T>
T spritestudio6::SsTRect< T >::h

◆ w

template<typename T>
T spritestudio6::SsTRect< T >::w

◆ x

template<typename T>
T spritestudio6::SsTRect< T >::x

◆ y

template<typename T>
T spritestudio6::SsTRect< T >::y

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