C# Class RenderWareFile.Vertex3

Exibir arquivo Open project: igorseabra4/RenderWareFile

Public Properties

Property Type Description
X float
Y float
Z float

Public Methods

Method Description
Vertex3 ( float a, float b, float c )

Method Details

Vertex3() public method

public Vertex3 ( float a, float b, float c )
a float
b float
c float

Property Details

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float

Z public_oe property

public float Z
return float