Cuboid(dvec3, dvec3) Constructor |
Creates a cuboid based on its center and size.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic Cuboid(
dvec3 center,
dvec3 size
)
Parameters
- center dvec3
- The cuboid's center.
- size dvec3
- The cuboid's size.
See Also