Class HyperSphereHelpers
Inheritance
System.Object
HyperSphereHelpers
Assembly: VRage.Math.dll
Syntax
public static class HyperSphereHelpers : Object
Methods
DistanceToTangent(ref Vector2D, ref Vector2D, Double)
Declaration
public static double DistanceToTangent(ref Vector2D center, ref Vector2D point, double radius)
Parameters
Returns
Type |
Description |
System.Double |
|
DistanceToTangent(ref Vector3D, ref Vector3D, Double)
Declaration
public static double DistanceToTangent(ref Vector3D center, ref Vector3D point, double radius)
Parameters
Returns
Type |
Description |
System.Double |
|
DistanceToTangentProjected(ref Vector3D, ref Vector3D, Double, out Double)
Declaration
public static double DistanceToTangentProjected(ref Vector3D center, ref Vector3D point, double radius, out double distance)
Parameters
Type |
Name |
Description |
Vector3D |
center |
|
Vector3D |
point |
|
System.Double |
radius |
|
System.Double |
distance |
|
Returns
Type |
Description |
System.Double |
|