Workshop.codes
Create

Distance Between Last updated November 26, 2024

Description

The distance between two positions in meters.

Snippet

Distance Between(Vector(0, 0, 0), Vector(0, 0, 0));

Properties

Returns: Float
Parameters: Start Pos, End Pos

Start Pos
Type: Position, Default: Vector
One of the two positions used in the distance measurement.

End Pos
Type: Position, Default: Vector
One of the two positions used in the distance measurement.

Workshop.codes