C# Class Fractrace.DataTypes.GraphicData

Information of computed surface. This class is used in iterate to access informations of the last rendering for each pixel.
Afficher le fichier Open project: trafassel/Gestaltlupe Class Usage Examples

Méthodes publiques

Свойство Type Description
ColorInfo ].double[
ColorInfoDeph ].double[
Normals ].VecInfo[
Picture ].int[
PointInfo ].VoxelInfo[

Protected Properties

Свойство Type Description
height int
width int

Méthodes publiques

Méthode Description
GraphicData ( int width, int height ) : System

Method Details

GraphicData() public méthode

public GraphicData ( int width, int height ) : System
width int
height int
Résultat System

Property Details

ColorInfo public_oe property

public double[,] ColorInfo
Résultat ].double[

ColorInfoDeph public_oe property

public double[,] ColorInfoDeph
Résultat ].double[

Normals public_oe property

public VecInfo[,] Normals
Résultat ].VecInfo[

Picture public_oe property

public int[,] Picture
Résultat ].int[

PointInfo public_oe property

public VoxelInfo[,] PointInfo
Résultat ].VoxelInfo[

height protected_oe property

protected int height
Résultat int

width protected_oe property

protected int width
Résultat int