Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MyMath.DistanceSquaredFromLineSegment

Malware edited this page May 4, 2019 · 16 revisions

IndexNamespace IndexMyMath

Summary

public static float DistanceSquaredFromLineSegment(Vector3 v, Vector3 w, Vector3 p)

Return minimum distance between line segment v-w and point p.

Returns

float

Parameters

Clone this wiki locally