A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.unity3d.com/Manual/../ScriptReference/Transform.InverseTransformPoints.html below:

Unity - Scripting API: Transform.InverseTransformPoints

Transform.InverseTransformPoints Suggest a change Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close Your name Your email Suggestion*

Cancel

Switch to Manual

Declarationpublic void InverseTransformPoints(Span<Vector3> positions);

Parameters Parameter Description positions The positions of the points to be transformed, each is replaced by the transformed version. Description

Transforms multiple positions from world space to local space overwriting each original position with the transformed version.

This function is essentially the opposite of Transform.TransformPoints which is used to convert from local to world space.

Note that the returned positions are affected by scale. Use Transform.InverseTransformDirections if you are dealing with direction vectors rather than positions.

Additional resources:Transform.TransformPoints, Transform.InverseTransformPoint, Transform.InverseTransformDirections, Transform.InverseTransformVectors.

Declarationpublic void InverseTransformPoints(ReadOnlySpan<Vector3> positions, Span<Vector3> transformedPositions);

Parameters Parameter Description positions The positions of the points to be transformed, these vectors are not modified by the function unless the transformedPositions span overlaps. transformedPositions Receives the transformed positions of each point, must be the same length as the positions span otherwise an exception will be thrown. If this span overlaps the positions span other than representing the exact same elements the behaviour is undefined. Description

Transforms multiple positions from world space to local space writing the transformed positions to a possibly different location.

This function is essentially the opposite of Transform.TransformPoints which is used to convert from local to world space.

Note that the returned positions are affected by scale. Use Transform.InverseTransformDirections if you are dealing with direction vectors rather than positions.

Additional resources:Transform.TransformPoints, Transform.InverseTransformPoint, Transform.InverseTransformDirections, Transform.InverseTransformVectors.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4