createGeometry

fun createGeometry(rectangleGeometry: RectangleGeometry): Geometry?(source)

Computes the geometric representation of a rectangle, including its vertices, indices, and a bounding sphere.

Return

The computed vertices and indices.

Parameters

rectangleGeometry

A description of the rectangle.

See also