3D Vector structure with X, Y and Z coordinates.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
[SerializableAttribute]
public struct Vector3

Remarks

The structure incapsulates X, Y and Z coordinates of a 3D vector and provides some operations with it.

See Also