Version: 2023.2

Transform.InverseTransformVectors

切换到手册

参数

vectors The vectors to be transformed, each is replaced by the transformed version.

描述

Transforms multiple vectors from world space to local space overwriting each original position with the transformed version. The opposite of Transform.TransformVectors.

This operation is not affected by position of the transform but it is affected by scale. The transformed vectors may have different lengths than the originals.

See Also:Transform.TransformVectors, Transform.InverseTransformVector, Transform.InverseTransformPoint, Transform.InverseTransformDirection.


public void InverseTransformVectors (ReadOnlySpan<Vector3> vectors, Span<Vector3> transformedVectors);

参数

vectors The vectors to be transformed, these vectors are not modified by the function unless the transformedVectors span overlaps.
transformedVectors Receives the transformed vectors, must be the same length as vectors otherwise an exception will be thrown. If this span overlaps vectors other than representing the exact same elements the behaviour is undefined.

描述

Transforms the vector x, y, z from world space to local space writing the transformed positions to a possibly different location. The opposite of Transform.TransformVector.

This operation is not affected by position of the transform but it is affected by scale.The transformed vectors may have different lengths than the originals.

See Also:Transform.TransformVectors, Transform.InverseTransformVector, Transform.InverseTransformPoint, Transform.InverseTransformDirection.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961