Curvy  8.4.0
CGBounds Class Reference
+ Inheritance diagram for CGBounds:
+ Collaboration diagram for CGBounds:

Detailed Description

Bounds data class

Properties

Bounds Bounds [get, set]
 
float Depth [get]
 
- Properties inherited from CGData
virtual int Count [get]
 

Public Member Functions

 CGBounds ()
 
 CGBounds (Bounds bounds)
 
 CGBounds (CGBounds source)
 
override T Clone< T > ()
 
virtual void RecalculateBounds ()
 
- Public Member Functions inherited from CGData
void Dispose ()
 Disposes an instance that is no more used, allowing it to free its resources immediately. Dispose is called automatically when an instance is Finalized More...
 

Static Public Member Functions

static void Copy (CGBounds dest, CGBounds source)
 
- Static Public Member Functions inherited from CGData
static implicit operator bool (CGData a)
 

Protected Attributes

Bounds mBounds
 

Additional Inherited Members

- Public Attributes inherited from CGData
string Name
 
- Protected Member Functions inherited from CGData
virtual bool Dispose (bool disposing)
 
int getGenericFIndex (SubArray< float > FMapArray, float fValue, out float frag)
 Searches FMapArray and returns the index that covers the fValue as well as the percentage between index and index+1 More...
 

Constructor & Destructor Documentation

CGBounds ( )
CGBounds ( Bounds  bounds)
CGBounds ( CGBounds  source)

Member Function Documentation

override T Clone< T > ( )
virtual

Reimplemented from CGData.

Reimplemented in CGGameObject, and CGVMesh.

static void Copy ( CGBounds  dest,
CGBounds  source 
)
static
virtual void RecalculateBounds ( )
virtual

Reimplemented in CGGameObject, and CGVMesh.

Member Data Documentation

Bounds mBounds
protected

Property Documentation

Bounds Bounds
getset
float Depth
get

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