C# Class LibNoise.Model.Line.Position

Internal struct that represent a 3D position
Afficher le fichier Open project: everbytes/LibNoise

Méthodes publiques

Свойство Type Description
x float
y float
z float

Méthodes publiques

Méthode Description
Position ( float x, float y, float z )

Initializes a new instance of the Position struct.

Method Details

Position() public méthode

Initializes a new instance of the Position struct.
public Position ( float x, float y, float z )
x float The x.
y float The y.
z float The z.

Property Details

x public_oe property

x coordinate of a position.
public float x
Résultat float

y public_oe property

y coordinate of a position.
public float y
Résultat float

z public_oe property

z coordinate of a position.
public float z
Résultat float