Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

M3DColor Class Reference

#include <3dsmodel.h>

List of all members.

Public Member Functions

 M3DColor (float, float, float)
 M3DColor ()

Public Attributes

float blue
float green
float red


Constructor & Destructor Documentation

M3DColor::M3DColor  ) 
 

Definition at line 15 of file 3dsmodel.cpp.

00015                    :
00016     red(0), green(0), blue(0)
00017 {
00018 }

M3DColor::M3DColor float  ,
float  ,
float 
 

Definition at line 20 of file 3dsmodel.cpp.

00020                                                         :
00021     red(_red), green(_green), blue(_blue)
00022 {
00023 }


Member Data Documentation

float M3DColor::blue
 

Definition at line 25 of file 3dsmodel.h.

Referenced by Convert3DSMesh(), ConvertToVertexList(), and convertToVertexList().

float M3DColor::green
 

Definition at line 25 of file 3dsmodel.h.

Referenced by Convert3DSMesh(), ConvertToVertexList(), and convertToVertexList().

float M3DColor::red
 

Definition at line 25 of file 3dsmodel.h.

Referenced by Convert3DSMesh(), ConvertToVertexList(), and convertToVertexList().


The documentation for this class was generated from the following files:
Generated on Sat Jan 14 22:33:27 2006 for Celestia by  doxygen 1.4.1