Click or drag to resize

Ray Constructor

create a new ray

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Ray(
	AABBVertex o,
	AABBVertex dir
)

Parameters

o
Type: Karamba.Utilities.AABBTreesAABBVertex
origin of the ray
dir
Type: Karamba.Utilities.AABBTreesAABBVertex
direction of the ray
See Also