Back to Aurora Vision Library website

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

AvsFilter_MakeSphere


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

Creates a sphere structure from individual fields.

Syntax

void avs::AvsFilter_MakeSphere
(
	const avl::Point3D& inCenter,
	float inRadius,
	avl::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&