Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Basics » AvsFilter_AccessSphere

AvsFilter_AccessSphere


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Returns individual fields of a sphere.

Syntax

void avs::AvsFilter_AccessSphere
(
	const avl::Sphere3D& inSphere,
	avl::Point3D& outCenter,
	float& outRadius
)

Parameters

Name Type Default Description
inSphere const Sphere3D& Input sphere
outCenter Point3D& Center of the sphere
outRadius float& Output radius