VectorGraphicLayerGetBoundingBox(dmat4) Method |
Gets the bounding box of the vector graphic element.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic override Cuboid GetBoundingBox(
dmat4 transformation
)
Parameters
- transformation dmat4
[Missing <param name="transformation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer.GetBoundingBox(GlmSharp.dmat4)"]
Return Value
CuboidReturns the bounding box.
See Also