Description
The default constructor. A Ray object is constructed with a basepoint of (0,0,0) and a direction of (0,0,1).
C#
public Ray();
Visual Basic
Public Sub New()
The default constructor. A Ray object is constructed with a basepoint of (0,0,0) and a direction of (0,0,1).
public Ray();
Public Sub New()