You are here: Start » AVL.NET » AVS.AvsFilter_MakeSphere Method

AVS.AvsFilter_MakeSphere Method

Creates a sphere structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeSphere
(
	AvlNet.Point3D inCenter,
	float inRadius,
	out AvlNet.Sphere3D outSphere
)

Parameters

Name Type Range Default Description
inCenterAvlNet.Point3DCenter of the sphere.
inRadiusfloat<0.0f, INF>Sphere radius.
outSphereAvlNet.Sphere3D

See also