Show / Hide Table of Contents

Class HyperSphereHelpers

Inheritance
System.Object
HyperSphereHelpers
Namespace: VRageMath
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
Type Name Description
Vector2D center
Vector2D point
System.Double radius
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
Type Name Description
Vector3D center
Vector3D point
System.Double radius
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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾