Click or drag to resize

BoundingBox3Contains Method

Determine whether point lies inside the box.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Contains(
	Point3 p
)

Parameters

p
Type: Karamba.GeometryPoint3
Point to check.

Return Value

Type: Boolean
True if point lies inside, false otherwise.
See Also