Click or drag to resize
DigitalRuneGeometryHelperHaveContact Method (Single, Vector3F)
Determines whether the specified point is inside the sphere.

Namespace: DigitalRune.Geometry
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public static bool HaveContact(
	float sphereRadius,
	Vector3F point
)

Parameters

sphereRadius
Type: SystemSingle
The sphere radius.
point
Type: DigitalRune.Mathematics.AlgebraVector3F
The point (in the local space of the sphere).

Return Value

Type: Boolean
if the specified point is inside; otherwise, .
See Also