Sphere(Vector3, Double) Constructor |
Initializes a new instance of the
Sphere class
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Sphere(
Vector3 center,
double radius
)
Parameters
- center Vector3
-
- radius Double
-
See Also