Click or drag to resize

Ray Class

Encapsulate the position and direction of a ray.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsRay

Namespace: Demo3D.Visuals
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public class Ray

The Ray type exposes the following members.

Constructors
 NameDescription
Public methodRayInitializes a new instance of the Ray class
Top
Fields
 NameDescription
Public fieldDirection 
Public fieldPosition 
Top
See Also