créé la sphère englobante


Namespace: Tzu_Engine.Geometry
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal Center As Vector3,  _ 
   ByVal Radius As Single _ 
)
C#
public Sphere(
   Vector3 Center,
   float Radius
)
C++
public:
 Sphere(
   Vector3 Center,
   float Radius
) sealed 
J#
public Sphere(
   Vector3 Center,
   float Radius
)
JScript
public function Sphere(
   Center : Vector3,
   Radius : float
)

Parameters

Center
position de la sphère englobante
Radius
rayon de la sphère englobante

See Also