Simply3DScan
Coordinates.cs
Go to the documentation of this file.
1 namespace Configuration
2 {
6  public class Coordinates
7  {
14  public float X { get; set; }
21  public float Y { get; set; }
28  public float Z { get; set; }
29  }
30 }
float Y
Gets or sets the y.
Definition: Coordinates.cs:21
X,Y,Z - coordinates
Definition: Coordinates.cs:6
float Z
Gets or sets the z.
Definition: Coordinates.cs:28
float X
Gets or sets the x.
Definition: Coordinates.cs:14