Table of Contents

Method b3Distance

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Distance(Vector3, Vector3)

Computes the distance between two points.

public static float b3Distance(Vector3 a, Vector3 b)

Parameters

a Vector3

The first point.

b Vector3

The second point.

Returns

float

The distance.