A custom point with
x and y values between 0 and 1. x: 0 is the leading edge, x: 1 is the trailing edge. y: 0 is the top, y: 1 is the bottom.The top-leading corner. Equivalent to
{ x: 0, y: 0 }.The center point. Equivalent to
{ x: 0.5, y: 0.5 }.Center of the top edge. Equivalent to
{ x: 0.5, y: 0 }.Center of the bottom edge. Equivalent to
{ x: 0.5, y: 1 }.Center of the leading edge. Equivalent to
{ x: 0, y: 0.5 }.Center of the trailing edge. Equivalent to
{ x: 1, y: 0.5 }.The top-leading corner. Equivalent to
{ x: 0, y: 0 }.The top-trailing corner. Equivalent to
{ x: 1, y: 0 }.The bottom-leading corner. Equivalent to
{ x: 0, y: 1 }.The bottom-trailing corner. Equivalent to
{ x: 1, y: 1 }.