Copyright © 2021 by K4.org
  (v.0.48.124)

The primary mixin defining box-like behavior.

Index

Rules

edgeCenterBD

edgeCenterBD: Point

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)

edgeCenterBU

edgeCenterBU: Point

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)

edgeCenterFD

edgeCenterFD: Point

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)

edgeCenterFU

edgeCenterFU: Point

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)

edgeCenterLB

edgeCenterLB: Point

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)

edgeCenterLD

edgeCenterLD: Point

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)

edgeCenterLF

edgeCenterLF: Point

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)

edgeCenterLU

edgeCenterLU: Point

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)

edgeCenterRB

edgeCenterRB: Point

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)

edgeCenterRD

edgeCenterRD: Point

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)

edgeCenterRF

edgeCenterRF: Point

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)

edgeCenterRU

edgeCenterRU: Point

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)

faceCenterBack

faceCenterBack: Point

The center point of the 'Back' face of this box.

Flags : Cached (Note this is uncached)

Expression : p(0, this.width/2, 0)

faceCenterDown

faceCenterDown: Point

The center point of the 'Down' face of this box.

Flags : Cached (Note this is uncached)

Expression : p(0, 0, -this.height / 2)

faceCenterFront

faceCenterFront: Point

The center point of the 'Front' face of this box.

Flags : Cached (Note this is uncached)

Expression : p(0, -this.width/2, 0)

faceCenterLeft

faceCenterLeft: Point

The center point of the 'Left' face of this box.

Flags : Cached (Note this is uncached)

Expression : p(-this.length/2, 0, 0)

faceCenterRight

faceCenterRight: Point

The center point of the 'Right' face of this box.

Flags : Cached (Note this is uncached)

Expression : p(this.length/2, 0, 0)

faceCenterUp

faceCenterUp: Point

The center point of the 'Up' face of this box.

Flags : Cached (Note this is uncached)

Expression : p(0, 0, this.height / 2)

height

height: Number

The size of the box in the local Z direction.

Flags : Cached, Parameter (Note this is uncached)

Expression : 1

length

length: Number

The size of the box in the local X direction.

Flags : Cached, Parameter (Note this is uncached)

Expression : 1

vertexLBD

vertexLBD: Point

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)

vertexLBU

vertexLBU: Point

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)

vertexLFD

vertexLFD: Point

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)

vertexLFU

vertexLFU: Point

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)

vertexRBD

vertexRBD: Point

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)

vertexRBU

vertexRBU: Point

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)

vertexRFD

vertexRFD: Point

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)

vertexRFU

vertexRFU: Point

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)

volume

volume: Number

The volume of the box.

Flags : Cached (Note this is uncached)

Expression : this.length * this.width * this.height

width

width: Number

The size of the box in the local Y direction.

Flags : Cached, Parameter (Note this is uncached)

Expression : 1