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

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

공개 프로퍼티들

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

공개 메소드들

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

Construct the Bvec4 from its coordinates

메소드 상세

Bvec4() 공개 메소드

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

프로퍼티 상세

W 공개적으로 프로퍼티

Projective/Homogenous component of the vector
public bool W
리턴 bool

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