Struct Vector
Vector in three dimensional space.
Assembly: Meadow.Foundation.dll
View Source
public struct Vector
Properties
X
X component of the vector.
View Source
public double X { readonly get; set; }
Y
Y component of the vector.
View Source
public double Y { readonly get; set; }
Z
Z component of the vector.
View Source
public double Z { readonly get; set; }