Back to FabImage Library website

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

FisFilter_MakeSphere


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

Creates a sphere structure from individual fields.

Syntax

void fis::FisFilter_MakeSphere
(
	const fil::Point3D& inCenter,
	float inRadius,
	fil::Sphere3D& outSphere
)

Parameters

Name Type Range Default Description
Input value
inCenter const Point3D& Center of the sphere
Input value
inRadius float 0.0 - Sphere radius
Output value
outSphere Sphere3D&