Click or drag to resize

BaseMarkableVectorGraphicGetBoundingBox Method

Returns the bounding box of the transformed job element.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public override Cuboid GetBoundingBox(
	dmat4 transformation
)

Parameters

transformation  dmat4
Transformation of the job element.

Return Value

Cuboid
Bounding box of the transformed job element.
See Also