Helpful
    Preparing search index...

    Class ZQuadrilateralBuilder<T>

    Represents a builder for a quadrilateral object.

    Type Parameters

    • T = number
    Index

    Constructors

    Methods

    • Constructs a full quadrilateral from an object that describes a quadrilateral.

      Note the limitations of this method. If T is of type Quadrilateral or Point2d, then this method's behavior is undefined and it will most likely build a corrupt object.

      Parameters

      Returns this

      This object.