Back to FabImage Library Lite website

You are here: Start » Geometry 2D » Geometry 2D Spatial Transforms » InvertCoordinateSystem

InvertCoordinateSystem


Header: FIL.h
Namespace: fil

Inverts a coordinate system.

Syntax

void fil::InvertCoordinateSystem
(
	const fil::CoordinateSystem2D& inCoordinateSystem,
	fil::CoordinateSystem2D& outInvertedCoordinateSystem
)

Parameters

Name Type Default Description
Input value
inCoordinateSystem const CoordinateSystem2D&
Output value
outInvertedCoordinateSystem CoordinateSystem2D&

In-place Processing

This function supports in-place data processing - you can pass the same reference to inCoordinateSystem and outInvertedCoordinateSystem

Read more about In-place Computation.