E3DPlane::GetNormal

E3DPlane::SetNormal

Gets/Sets the normal vector of the plane.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

E3DPoint GetNormal() const

void SetNormal(const E3DPoint& vector)

Remarks

Normal values will be stored normalized.

E3DPlane.Normal

Gets/Sets the normal vector of the plane.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.E3DPoint Normal

{ get; set; }

Remarks

Normal values will be stored normalized.