Click or drag to resize

Ray Constructor (Vector3, Vector3, Double, Double, IntersectionType)

Initializes a new instance of the Ray class

Namespace:  Internal.Net3dBool
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Ray(
	Vector3 origin,
	Vector3 directionNormal,
	double minDistanceToConsider = 0,
	double maxDistanceToConsider = ∞,
	IntersectionType intersectionType = IntersectionType.FrontFace
)

Parameters

origin
Type: Internal.Net3dBoolVector3
directionNormal
Type: Internal.Net3dBoolVector3
minDistanceToConsider (Optional)
Type: SystemDouble
maxDistanceToConsider (Optional)
Type: SystemDouble
intersectionType (Optional)
Type: Internal.Net3dBoolIntersectionType
See Also