Immerseum Namespace : Rectangle Class |
The following tables list the members exposed by Rectangle.
Name | Description | |
---|---|---|
![]() | Rectangle Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | innerVerticesArray | Collection of four Vector3 points that define the Inner boundary of the Rectangle in clockwise order starting from top-left (user's perspective: forward-right). |
![]() | outerVerticesArray | Collection of four Vector3 points that define the Outer boundary of the Rectangle in clockwise order starting from top-left (user's perspective: forward-right). |
![]() | verticesArray | Collection of eight Vector3 points that define the Outer and Inner boundaries of the Rectangle in clockwise order starting from top-left (user's perspective: forward-right). |
Name | Description | |
---|---|---|
![]() ![]() | getInnerOuterVertices | Sorts a collection of vertices into a collection that contains Outer vertices that define an exterior boundary and Inner vertices that define an interior boundary. |
![]() ![]() | getInnerOuterVerticesList | Sorts a collection of vertices into a collection that contains Outer vertices that define an exterior boundary and Inner vertices that define an interior boundary. |
![]() ![]() | getInnerVertices | Extracts those vertices from a provided array that correspond to the corners of an Inner boundary rectangle. |
![]() ![]() | getOuterVertices | Extracts those vertices from a provided array that correspond to the corners of an Outer boundary rectangle. |
![]() | setVertices | Overloaded. Sets the values of the Rectangle's defining Outer and Inner vertex boundaries. |
![]() ![]() | sortFourPointsClockwise | Sorts an array of points in worldspace so that they in clockwise order starting from top-left (user's perspective: forward-left). |
![]() | sortVerticesClockwise | Overloaded. Sorts both the Outer and Inner vertices that define the rectangle in clockwise order from top-left (user's perspective: forward-left). |