E3DSphere::E3DSphere

Creates an E3DSphere object.
It is possible to initialize it by specifying its center and radius.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void E3DSphere(
)

void E3DSphere(
   const E3DPoint& center,
   float radius
)

void E3DSphere(
   const E3DSphere& other
)

Parameters

center

The center of the sphere.

radius

The radius of the sphere.

other

-

E3DSphere.E3DSphere

Creates an E3DSphere object.
It is possible to initialize it by specifying its center and radius.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void E3DSphere(
)

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

void E3DSphere(
   Euresys.Open_eVision.Easy3D.E3DSphere other
)

Parameters

center

The center of the sphere.

radius

The radius of the sphere.

other

-