The area of the rectangle.
Flags : Cached (Note this is uncached)
Expression : this.length * this.width
The center point of the maximum-Y edge.
Flags : Cached (Note this is uncached)
Expression : p(0, this.width / 2, 0)
The center point of the minimum-Y edge.
Flags : Cached (Note this is uncached)
Expression : p(0, -this.width / 2, 0)
The center point of the minimum-X edge.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, 0, 0)
The center point of the maximum-X edge.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, 0, 0)
The size of the rectangle in the X direction.
Flags : Cached, Parameter (Note this is uncached)
Expression : 1
The point at the minimum-X, maximum-Y corner.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, this.width / 2, 0)
The point at the minimum-X, minimum-Y corner.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, -this.width / 2, 0)
The point at the maximum-X, maximum-Y corner.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, this.width / 2, 0)
The point at the maximum-X, minimum-Y corner.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, -this.width / 2, 0)
The size of the rectangle in the Y direction.
Flags : Cached, Parameter (Note this is uncached)
Expression : 1
RectangleMixin (d.1.0)
Mixins: FrameMixin
Provides Rectangle-like parameters and behavior. The rectangle is defined in the XY plane. Note that 'width' is the dimension in the Y direction, not 'height'.