Click or drag to resize
Ray Structure
Represents a 3D ray with an origin and a direction.

Namespace:  ABB.Robotics.Math
Assembly:  ABB.Robotics.Math (in ABB.Robotics.Math.dll) Version: 7.0.8747.636
Syntax
C#
public struct Ray

The Ray type exposes the following members.

Constructors
  NameDescription
Public methodRay
Creates a ray from an origin and a direction
Top
Methods
  NameDescription
Public methodStatic memberDistance
Calculates the distance between two rays and the closest points on each ray.
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fielddirection
The direction vector of the ray.
Public fieldorigin
The start point of the ray.
Top
Version Information

Supported in: 1.0
See Also