The center point of the edge between the 'Back' and 'Down' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(0, this.width / 2, -this.height / 2)
The center point of the edge between the 'Back' and 'Up' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(0, this.width / 2, this.height / 2)
The center point of the edge between the 'Front' and 'Down' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(0, -this.width / 2, -this.height / 2)
The center point of the edge between the 'Front' and 'Up' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(0, -this.width / 2, this.height / 2)
The center point of the edge between the 'Left' and 'Back' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, this.width / 2, 0)
The center point of the edge between the 'Left' and 'Down' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, 0, -this.height / 2)
The center point of the edge between the 'Left' and 'Front' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, -this.width / 2, 0)
The center point of the edge between the 'Left' and 'Up' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, 0, this.height / 2)
The center point of the edge between the 'Right' and 'Back' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, this.width / 2, 0)
The center point of the edge between the 'Right' and 'Down' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, 0, -this.height / 2)
The center point of the edge between the 'Right' and 'Front' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, -this.width / 2, 0)
The center point of the edge between the 'Right' and 'Up' faces of this box.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, 0, this.height / 2)
The center point of the 'Back' face of this box.
Flags : Cached (Note this is uncached)
Expression : p(0, this.width/2, 0)
The center point of the 'Down' face of this box.
Flags : Cached (Note this is uncached)
Expression : p(0, 0, -this.height / 2)
The center point of the 'Front' face of this box.
Flags : Cached (Note this is uncached)
Expression : p(0, -this.width/2, 0)
The center point of the 'Left' face of this box.
Flags : Cached (Note this is uncached)
Expression : p(-this.length/2, 0, 0)
The center point of the 'Right' face of this box.
Flags : Cached (Note this is uncached)
Expression : p(this.length/2, 0, 0)
The center point of the 'Up' face of this box.
Flags : Cached (Note this is uncached)
Expression : p(0, 0, this.height / 2)
The size of the box in the local Z direction.
Flags : Cached, Parameter (Note this is uncached)
Expression : 1
The size of the box in the local X direction.
Flags : Cached, Parameter (Note this is uncached)
Expression : 1
The vertex where the 'Left', 'Back', and 'Down' faces meet.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, this.width / 2, -this.height / 2)
The vertex where the 'Left', 'Back', and 'Up' faces meet.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, this.width / 2, this.height / 2)
The vertex where the 'Left', 'Front', and 'Down' faces meet.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, -this.width / 2, -this.height / 2)
The vertex where the 'Left', 'Front', and 'Up' faces meet.
Flags : Cached (Note this is uncached)
Expression : p(-this.length / 2, -this.width / 2, this.height / 2)
The vertex where the 'Right', 'Back', and 'Down' faces meet.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, this.width / 2, -this.height / 2)
The vertex where the 'Right', 'Back', and 'Up' faces meet.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, this.width / 2, this.height / 2)
The vertex where the 'Right', 'Front', and 'Down' faces meet.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, -this.width / 2, -this.height / 2)
The vertex where the 'Right', 'Front', and 'Up' faces meet.
Flags : Cached (Note this is uncached)
Expression : p(this.length / 2, -this.width / 2, this.height / 2)
The volume of the box.
Flags : Cached (Note this is uncached)
Expression : this.length * this.width * this.height
The size of the box in the local Y direction.
Flags : Cached, Parameter (Note this is uncached)
Expression : 1
BoxMixin (d.1.0)
Mixins: FrameMixin
The primary mixin defining box-like behavior.