Vector

Creates a vector.

A vector is a geometric entity, representing a directed length in the two-dimensional cartesian plane.

Inputs

Dx (Type: Double)

The horizontal coordinate.

Dy (Type: Double)

The vertical coordinate.

Outputs

VectorDouble (Type: VectorDouble)

The vector.