Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » 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.

Header: AVL.h
Namespace: avs
Module: Vision3DLite

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
Input value inSphere const Sphere3D& Input sphere
Output value outCenter Point3D& Center of the sphere
Output value outRadius float& Output radius