C# 클래스 Fractrace.DataTypes.GraphicData

Information of computed surface. This class is used in iterate to access informations of the last rendering for each pixel.
파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColorInfo ].double[
ColorInfoDeph ].double[
Normals ].VecInfo[
Picture ].int[
PointInfo ].VoxelInfo[

보호된 프로퍼티들

프로퍼티 타입 설명
height int
width int

공개 메소드들

메소드 설명
GraphicData ( int width, int height ) : System

메소드 상세

GraphicData() 공개 메소드

public GraphicData ( int width, int height ) : System
width int
height int
리턴 System

프로퍼티 상세

ColorInfo 공개적으로 프로퍼티

public double[,] ColorInfo
리턴 ].double[

ColorInfoDeph 공개적으로 프로퍼티

public double[,] ColorInfoDeph
리턴 ].double[

Normals 공개적으로 프로퍼티

public VecInfo[,] Normals
리턴 ].VecInfo[

Picture 공개적으로 프로퍼티

public int[,] Picture
리턴 ].int[

PointInfo 공개적으로 프로퍼티

public VoxelInfo[,] PointInfo
리턴 ].VoxelInfo[

height 보호되어 있는 프로퍼티

protected int height
리턴 int

width 보호되어 있는 프로퍼티

protected int width
리턴 int