Click or drag to resize

FoundPolygon.Corners Property

The list of all Corners building the polygon. It is implicitly assumed to be closed, i. e. last and first corner does not have to be the same.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public List<dvec3> Corners { get; }

Property Value

List<dvec3>
See Also