SdlRectPointerEx extension
Methods
-
create(
) → Rectangle< double> -
Available on Pointer<
SdlRect> , provided by the SdlRectPointerEx extension -
getIntersection(
Pointer< SdlRect> b, Pointer<SdlRect> result) → bool -
Available on Pointer<
Calculate the intersection of two rectangles.SdlRect> , provided by the SdlRectPointerEx extension -
getLineIntersection(
Pointer< Int32> x1, Pointer<Int32> y1, Pointer<Int32> x2, Pointer<Int32> y2) → bool -
Available on Pointer<
Calculate the intersection of a rectangle and line segment.SdlRect> , provided by the SdlRectPointerEx extension -
hasIntersection(
Pointer< SdlRect> b) → bool -
Available on Pointer<
Determine whether two rectangles intersect.SdlRect> , provided by the SdlRectPointerEx extension -
union(
Pointer< SdlRect> b, Pointer<SdlRect> result) → bool -
Available on Pointer<
Calculate the union of two rectangles.SdlRect> , provided by the SdlRectPointerEx extension