Click or drag to resize

Cuboid(dvec3, dvec3) Constructor

Creates a cuboid based on its center and size.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public Cuboid(
	dvec3 center,
	dvec3 size
)

Parameters

center  dvec3
The cuboid's center.
size  dvec3
The cuboid's size.
See Also