SGDK
A free and open development kit for the Sega Mega Drive
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 C_collision
 CAnimationSprite animation structure
 CAnimationFrameSprite animation frame structure
 CBitmapGenesis 4bpp Bitmap structure definition.
Use the unpackBitmap() method to unpack if compression is enabled
 CBoxSimple Box structure
 CBoxCollisionSimple Box structure for collision
 CCircleSimple Circle structure
 CCircleCollisionSimple Circle structure (can be used for collision detection)
 CCollisionCollision definition union
 CContext3DStructure hosting settings / context for the 3D transform engine
 CDMAOpInfoDMA transfer definition (used for DMA queue)
 Cflash_chipMetadata of a flash chip, describing memory layout
 Cflash_regionMetadata of a flash region, consisting of several sectors. /
 CFrameVDPSpriteSingle VDP sprite info structure for sprite animation frame
 CImageImage structure which contains all data to define an image in a background plane.
Use the unpackImage() method to unpack if compression is enabled in TileSet or TileMap structure
 CInterruptCaller
 CLineLine definition
 CMapMap structure containing information for large background/plane update based on MapDefinition
 CMapDefinitionMapDefinition structure which contains data for large level background.
It's optimized to encode large map using 128x128 block chunk (block chunk are organized in metatile)
 CMat2D_f162x2 Matrice structure - f16 (fix16) type.
Internally uses 2 2D vectors
 CMat2D_f322x2 Matrice structure - f32 (fix32) type.
Internally uses 2 2D vectors
 CMat2D_ff162x2 Matrice structure - ff16 (fastfix16) type.
Internally uses 2 2D vectors
 CMat2D_ff322x2 Matrice structure - ff32 (fastfix32) type.
Internally uses 2 2D vectors
 CMat3D_f163x3 Matrice structure - f16 (fix16) type.
Internally uses 3 3D vectors
 CMat3D_f323x3 Matrice structure - f32 (fix32) type.
Internally uses 3 3D vectors
 CMat4D_f164x4 Matrice structure - f16 (fix16) type.
Internally uses 4 4D vectors
 CMat4D_f324x4 Matrice structure - f32 (fix32) type.
Internally uses 4 4D vectors
 Cmw_ap_dataAccess Point data
 CObject_Base object structure
 CPalettePalette structure contains color data
 CPixelPixel definition
 CPoolObject pool allocator structure
 CROMHeader
 CSpriteSprite structure used by the Sprite Engine to store state for a sprite.
WARNING: always use the SPR_addSprite(..) method to allocate Sprite object.
 CSpriteDefinitionSprite definition structure
 CTileMapTileMap structure which contains tilemap background definition.
Use the unpackTileMap() method to unpack if compression is enabled
 CTileSetTile set structure which contains tiles definition.
Use the unpackTileSet() method to unpack if compression is enabled
 CTransformation3D3D transformation object - f16 (fix16) type.
This object define the global 3D transformation informations and associated cached data.
If rotation information is modified the rebuildMat flag should be set to 1.
Rotation and translation objects are reference so don't forget to set them
 CTriangleTriangle definition
 CVDPSpriteVDP sprite definition structure replicating VDP hardware sprite
 CVect2D_f162D Vector structure - f16 (fix16) type
 CVect2D_f322D Vector structure - f32 (fix32) type
 CVect2D_ff162D Vector structure - ff16 (fastfix16) type
 CVect2D_ff322D Vector structure - ff32 (fastfix32) type
 CVect2D_s162D Vector structure - s16 type
 CVect2D_s322D Vector structure - s32 type
 CVect2D_u162D Vector structure - u16 type
 CVect2D_u322D Vector structure - u32 type
 CVect3D_f163D Vector structure - f16 (fix16) type
 CVect3D_f323D Vector structure - f32 (fix32) type
 CVect3D_s163D Vector structure - s16 type
 CVect3D_s323D Vector structure - s32 type
 CVect3D_u163D Vector structure - u16 type
 CVect3D_u323D Vector structure - u32 type
 CVect4D_f164D Vector structure - f16 (fix16) type
 CVect4D_f324D Vector structure - f32 (fix32) type
 CVRAMRegionVRAM region structure