Click or drag to resize

CuboidTransform Method

Updates the size and origin of the cuboid by transforming all corner.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public Cuboid Transform(
	dmat4 transform
)

Parameters

transform  dmat4
Matrix used for transformation.

Return Value

Cuboid
This cuboid.
See Also