Click or drag to resize

Line Constructor (Vector3, Vector3)

Constructor for a ray

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Line(
	Vector3 direction,
	Vector3 point
)

Parameters

direction
Type: Internal.Net3dBoolVector3
direction ray
point
Type: Internal.Net3dBoolVector3
beginning of the ray
See Also