E3DSphere::Transform

Transforms the 3D sphere with the given transformation matrix. The transformation matrix must contain a rigid transformation (translation and rotation only).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DSphere Transform(
   const E3DTransformMatrix& matrix
)

Parameters

matrix

The 3D transformation matrix.

E3DSphere.Transform

Transforms the 3D sphere with the given transformation matrix. The transformation matrix must contain a rigid transformation (translation and rotation only).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DSphere Transform(
   Euresys.Open_eVision.Easy3D.E3DTransformMatrix matrix
)

Parameters

matrix

The 3D transformation matrix.