Click or drag to resize

FoundPolygonAddCorner Method

Adds the given corner to the list of corners.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public void AddCorner(
	dvec3 corner
)

Parameters

corner  dvec3

[Missing <param name="corner"/> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.FoundPolygon.AddCorner(GlmSharp.dvec3)"]

See Also