Instrumentation Widgets for PDA

Vector Structure

Defines properties of vectors on a plane and operations on these vectors.

For a list of all members of this type, see Vector Members.

System.Object
   System.ValueType
      PerpetuumSoft.InstrumentationPDA.Mathematics.Vector

[Visual Basic]
Public Structure Vector
[C#]
public struct Vector

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This structure is similar to the .NET Framework structures SizeF and PointF, however, it implements a set of additional methods facilitating the work with coordinates of objects on a plane.

Requirements

Namespace: PerpetuumSoft.InstrumentationPDA.Mathematics

Assembly: PerpetuumSoft.InstrumentationPDA (in PerpetuumSoft.InstrumentationPDA.dll)

See Also

Vector Members | PerpetuumSoft.InstrumentationPDA.Mathematics Namespace