C# 클래스 NewTOAPIA.Graphics.Perspective.iterator_x

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 프로퍼티들

프로퍼티 타입 설명
x double
y double

공개 메소드들

메소드 설명
iterator_x ( ) : System
iterator_x ( double px, double py, double step, Perspective m ) : System
operator ( ) : iterator_x

메소드 상세

iterator_x() 공개 메소드

public iterator_x ( ) : System
리턴 System

iterator_x() 공개 메소드

public iterator_x ( double px, double py, double step, Perspective m ) : System
px double
py double
step double
m Perspective
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : iterator_x
리턴 iterator_x

프로퍼티 상세

x 공개적으로 프로퍼티

public double x
리턴 double

y 공개적으로 프로퍼티

public double y
리턴 double