C# Class SFML.Graphics.Glsl.Ivec3

Datei anzeigen Open project: SFML/SFML.Net Class Usage Examples

Public Properties

Property Type Description
X int
Y int
Z int

Public Methods

Method Description
Ivec3 ( int x, int y, int z ) : System.Runtime.InteropServices

Construct the Ivec3 from its coordinates

Method Details

Ivec3() public method

Construct the Ivec3 from its coordinates
public Ivec3 ( int x, int y, int z ) : System.Runtime.InteropServices
x int X coordinate
y int Y coordinate
z int Z coordinate
return System.Runtime.InteropServices

Property Details

X public_oe property

Horizontal component of the vector
public int X
return int

Y public_oe property

Vertical component of the vector
public int Y
return int

Z public_oe property

Depth component of the vector
public int Z
return int