Click or drag to resize
Vector2 Structure
Two element vector

Namespace:  ABB.Robotics.Math
Assembly:  ABB.Robotics.Math (in ABB.Robotics.Math.dll) Version: 7.0.8747.636
Syntax
C#
public struct Vector2

The Vector2 type exposes the following members.

Constructors
  NameDescription
Public methodVector2
Creates a vector from two doubles.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Equality operator
Public operatorStatic memberInequality
Inequality operator
Public operatorStatic memberMultiply
Scalar multiplication of vector operator
Public operatorStatic memberSubtraction
Vector subtraction operator
Top
Fields
  NameDescription
Public fieldu
u,v values.
Public fieldv
u,v values.
Top
Version Information

Supported in: 1.0
See Also