Back to FabImage Library website

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

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
inCenter const Point3D& Center of the sphere
inRadius float 0.0 - Sphere radius
outSphere Sphere3D&