The XYZ type exposes the following members.

Constructors

  NameDescription
XYZOverloaded.

Methods

  NameDescription
CopyXyz
This function returns a copy of the XYZ object: u = v.copy()
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
Module
Module of a vector
Normaliza
Normalize the vector represented by the instante
ScalarProductOverloaded.
ToString (Inherited from Object.)
VectorialProduct
This method represents the vectorial product between 2 XYZ instances

Operators

  NameDescription
Addition
This is the add operation between 2 instances of XYZ class
MultiplyOverloaded.
Subtraction
This is the difference operation between 2 instances of XYZ class
UnaryNegation
This is the negative operator
UnaryPlus
This is the positive operator

Fields

  NameDescription
X
The X coordinate
Y
The Y coordinate
Z
The Z coordinate

See Also