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 | |
|---|---|---|---|---|---|
![]() | inCenter | AvlNet.Point3D | Center of the sphere. | ||
![]() | inRadius | float | <0.0f, INF> | Sphere radius. | |
![]() | outSphere | AvlNet.Sphere3D |


