Click or drag to resize

WorkspaceRegion(dvec3, dvec3, dvec3, Double) Constructor

Initializes a new instance of the WorkspaceRegion class

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public WorkspaceRegion(
	dvec3 pointWrld,
	dvec3 sizeWrld,
	dvec3 pointScanOffset,
	double angle
)

Parameters

pointWrld  dvec3

[Missing <param name="pointWrld"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.WorkspaceRegion.#ctor(GlmSharp.dvec3,GlmSharp.dvec3,GlmSharp.dvec3,System.Double)"]

sizeWrld  dvec3

[Missing <param name="sizeWrld"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.WorkspaceRegion.#ctor(GlmSharp.dvec3,GlmSharp.dvec3,GlmSharp.dvec3,System.Double)"]

pointScanOffset  dvec3

[Missing <param name="pointScanOffset"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.WorkspaceRegion.#ctor(GlmSharp.dvec3,GlmSharp.dvec3,GlmSharp.dvec3,System.Double)"]

angle  Double

[Missing <param name="angle"/> documentation for "M:RAYLASE.Marker.CamerasPlugin.WorkspaceRegion.#ctor(GlmSharp.dvec3,GlmSharp.dvec3,GlmSharp.dvec3,System.Double)"]

See Also