E3DObject::GetAspectRatio

Aspect ratio of the object. The aspect ratio is the smallest dimension divided by the largest dimension, its value is always between 0 and 1. The smaller the ratio, the more elongated the object is. A value of 1 means a perfectly square object (length=width).

Namespace: Euresys::Open_eVision::Easy3D

[C++]

float GetAspectRatio() const

E3DObject.AspectRatio

Aspect ratio of the object. The aspect ratio is the smallest dimension divided by the largest dimension, its value is always between 0 and 1. The smaller the ratio, the more elongated the object is. A value of 1 means a perfectly square object (length=width).

Namespace: Euresys.Open_eVision.Easy3D

[C#]

float AspectRatio

{ get; }