C# Class IxMilia.Stl.StlVertex

Exibir arquivo Open project: ixmilia/stl Class Usage Examples

Public Properties

Property Type Description
X float
Y float
Z float

Public Methods

Method Description
StlVertex ( float x, float y, float z )

Method Details

StlVertex() public method

public StlVertex ( float x, float y, float z )
x float
y float
z 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