Back to Aurora Vision Library website

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

InvertCoordinateSystem


Header: AVL.h
Namespace: avl
Module: FoundationLite

Inverts a coordinate system.

Syntax

C++
C#
 
void avl::InvertCoordinateSystem
(
	const avl::CoordinateSystem2D& inCoordinateSystem,
	avl::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.