Click or drag to resize

SphereF(Single, Single, Single, Single) Constructor

Initializes a new instance of the SphereF class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public SphereF(
	float centerX,
	float centerY,
	float centerZ,
	float radius
)

Parameters

centerX  Single
 
centerY  Single
 
centerZ  Single
 
radius  Single
 
See Also