Represents a point or vector in 3D space. Functions that take a vector parameter should accept GenericVector so that many different types of vector can be provided.
Returns the X value of this GenericVector.
the X value of this GenericVector
Returns the Y value of this GenericVector.
the Y value of this GenericVector
Returns the Z value of this GenericVector.
the Z value of this GenericVector
Generated using TypeDoc
Represents a point or vector in 3D space. Functions that take a vector parameter should accept GenericVector so that many different types of vector can be provided.