Class GeometryUtils
Inheritance
GeometryUtils
Assembly: ProjectDawn.Navigation.dll
Syntax
public class GeometryUtils
Methods
|
Improve this Doc
View Source
ClosestPointOnSegment(float3, float3, float3)
Declaration
public static float3 ClosestPointOnSegment(float3 from, float3 to, float3 point)
Parameters
Type |
Name |
Description |
float3 |
from |
|
float3 |
to |
|
float3 |
point |
|
Returns
|
Improve this Doc
View Source
SegmentSegmentCPA(out float3, out float3, float3, float3, float3, float3)
Declaration
public static bool SegmentSegmentCPA(out float3 c0, out float3 c1, float3 p0, float3 p1, float3 q0, float3 q1)
Parameters
Type |
Name |
Description |
float3 |
c0 |
|
float3 |
c1 |
|
float3 |
p0 |
|
float3 |
p1 |
|
float3 |
q0 |
|
float3 |
q1 |
|
Returns