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