Parameters
Point3D
throughPoint
The start point of the ray.
UnitVector3D
direction
The direction of the ray.
Type Ray3D
Namespace MathNet.Spatial.Euclidean
Parent ValueType
Interfaces IEquatable<Ray3D>, IXmlSerializable, IFormattable
Point3D
throughPointThe start point of the ray.
UnitVector3D
directionThe direction of the ray.
Ray3D
otherThe ray to compare against.
double
toleranceA tolerance (epsilon) to adjust for floating point error
bool
True if the rays are equal; otherwise false
Nullable<Point3D>
A point of intersection if such an intersection exists; otherwise null.
Ray3D
otherRayThe ray to compare against.
double
toleranceA tolerance (epsilon) to adjust for floating point error
bool
True if the rays are collinear; otherwise false.
return Point3D
|
return UnitVector3D
|