FImageDimensions::GetIndexMirrored

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Image/ImageDimensions.h

Include

#include "Image/ImageDimensions.h"

Syntax

int64 GetIndexMirrored
(
    const FVector2i & Coords,
    bool bFlipX,
    bool bFlipY
) const

Returns

linear index into image from 2D coordinates, optionally flipped around X and Y axes