E3DSphere::Define

(re)Defines the sphere parameters:
It is possible to use the center and the radius of the sphere.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void Define(
   const E3DPoint& center,
   float radius
)

Parameters

center

The center of the sphere.

radius

The radius of the sphere.

E3DSphere.Define

(re)Defines the sphere parameters:
It is possible to use the center and the radius of the sphere.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void Define(
   Euresys.Open_eVision.Easy3D.E3DPoint center,
   float radius
)

Parameters

center

The center of the sphere.

radius

The radius of the sphere.