Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Geometry 3D Basics » FisFilter_AccessSphere

FisFilter_AccessSphere


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

Header: FIL.h
Namespace: fis
Module: Vision3DLite

Returns individual fields of a sphere.

Syntax

void fis::FisFilter_AccessSphere
(
	const fil::Sphere3D& inSphere,
	fil::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