CreateQuad(double, double)

Create a quad from (0, 0, 0) to (x, y, 0).

Declaration Syntax

public IQuad3D CreateQuad(double x, double y)

Parameters

x(double)

The size along the x axis.

y(double)

The size along the y axis.