Click or drag to resize

WorkspaceRegion(dvec3, dvec2) 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,
	dvec2 sizeWrld
)

Parameters

pointWrld  dvec3

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

sizeWrld  dvec2

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

See Also