Click or drag to resize

MeshTestRayCast Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public MeshTestResultItem[] RayCast(
	RayF ray,
	MeshTestMode mode,
	bool twoSided,
	int expectedMaximumNumberButNotStrictlyMaximum = 0
)

Parameters

ray
Type: NeoAxisRayF
mode
Type: NeoAxisMeshTestMode
twoSided
Type: SystemBoolean
expectedMaximumNumberButNotStrictlyMaximum (Optional)
Type: SystemInt32

Return Value

Type: MeshTestResultItem
See Also