Initializes a new instance of this object.
The starting value.
Copies another quadrilateral object into the current instance.
The quadrilateral object to copy.
This object.
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.
The object to build from.
This object.
Represents a builder for a quadrilateral object.