C# 클래스 SFML.Graphics.Glsl.Bvec3

파일 보기 프로젝트 열기: SFML/SFML.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
X bool
Y bool
Z bool

공개 메소드들

메소드 설명
Bvec3 ( bool x, bool y, bool z ) : System.Runtime.InteropServices

Construct the Bvec3 from its coordinates

메소드 상세

Bvec3() 공개 메소드

Construct the Bvec3 from its coordinates
public Bvec3 ( bool x, bool y, bool z ) : System.Runtime.InteropServices
x bool X coordinate
y bool Y coordinate
z bool Z coordinate
리턴 System.Runtime.InteropServices

프로퍼티 상세

X 공개적으로 프로퍼티

Horizontal component of the vector
public bool X
리턴 bool

Y 공개적으로 프로퍼티

Vertical component of the vector
public bool Y
리턴 bool

Z 공개적으로 프로퍼티

Depth component of the vector
public bool Z
리턴 bool