Table of Contents

Method b3DistanceSquared

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

b3DistanceSquared(Vector3, Vector3)

Computes the squared distance between two points.

public static float b3DistanceSquared(Vector3 a, Vector3 b)

Parameters

a Vector3

The first point.

b Vector3

The second point.

Returns

float

The squared distance.