Back to FabImage Library website

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

InvertCoordinateSystem


Header: FIL.h
Namespace: fil
Module: FoundationLite

Inverts a coordinate system.

Syntax

C++
C#
 
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.