C# Class SFML.Graphics.Glsl.Bvec3

Mostrar archivo Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
X bool
Y bool
Z bool

Public Methods

Method Description
Bvec3 ( bool x, bool y, bool z ) : System.Runtime.InteropServices

Construct the Bvec3 from its coordinates

Method Details

Bvec3() public method

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
return System.Runtime.InteropServices

Property Details

X public_oe property

Horizontal component of the vector
public bool X
return bool

Y public_oe property

Vertical component of the vector
public bool Y
return bool

Z public_oe property

Depth component of the vector
public bool Z
return bool