VECTOR CREATEFROMPOINTS

Creates a vector from two points by computing the directed difference (tail → head). Use this worker when you need a Cartesian direction or displacement vector defined by a start point and an end point in 2D or 3D space.

When to use

Classification: process.

Tagged: createfrompoints, direction, displacement, geometry, points, vector.

Outputs

Label ID Type Description
vector_createfrompoints_output_1 vector_createfrompoints_output_1 vector Directed vector from start to end, returned as a numeric array [Δx, Δy] or [Δx, Δy, Δz] in the same coordinate units as the input points.

Disciplines

  • data.curve.transform
  • engineering.structures

Auto-generated from transformation schema. Worker id: vector_createfrompoints. Schema hash: b7f78989f932. Hand-curated docs in workerexamples/ override this page when present.