Class DistLine3Ray3
Inheritance
DistLine3Ray3
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class DistLine3Ray3
Constructors
DistLine3Ray3(Ray3d, Line3d)
Declaration
public DistLine3Ray3(Ray3d rayIn, Line3d LineIn)
Parameters
Fields
DistanceSquared
Declaration
public double DistanceSquared
Field Value
LineClosest
Declaration
public Vector3d LineClosest
Field Value
LineParameter
Declaration
public double LineParameter
Field Value
RayClosest
Declaration
public Vector3d RayClosest
Field Value
RayParameter
Declaration
public double RayParameter
Field Value
Properties
Line
Declaration
public Line3d Line { get; set; }
Property Value
Ray
Declaration
public Ray3d Ray { get; set; }
Property Value
Methods
Compute()
Declaration
public DistLine3Ray3 Compute()
Returns
Get()
Declaration
Returns
GetSquared()
Declaration
public double GetSquared()
Returns
MinDistance(Ray3d, Line3d)
Declaration
public static double MinDistance(Ray3d r, Line3d s)
Parameters
Returns
MinDistanceLineParam(Ray3d, Line3d)
Declaration
public static double MinDistanceLineParam(Ray3d r, Line3d s)
Parameters
Returns