This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
0e3c0bb0 479c edd4 0407 54c430982e9e
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Ray
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Ray(
Vector3 origin,
Vector3 direction
)
VB
Public Sub New (
origin As Vector3,
direction As Vector3
)
C++
public:
Ray(
Vector3 origin,
Vector3 direction
)
F#
new :
origin : Vector3 *
direction : Vector3 -> Ray