Click or drag to resize

FoundTemplateCreateBoundingBoxD Method

Creates the (possibly rotated) bounding box of the template.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public dvec3[] CreateBoundingBoxD(
	dvec3 center,
	dvec2 size,
	double angle
)

Parameters

center  dvec3
The template's center point in the coordinate system the template is located in.
size  dvec2
The template's size.
angle  Double
The template's angle.

Return Value

dvec3

[Missing <returns> documentation for "M:RAYLASE.Marker.JobElement.ImageProcessing.FoundTemplate.CreateBoundingBoxD(GlmSharp.dvec3,GlmSharp.dvec2,System.Double)"]

See Also