Returns a position v transformed by the current transformation matrix. This function is a faster version of MultiplyPoint; but it can only handle regular 3D transformations. MultiplyPoint is slower, but can handle projective transformations as well. See Also: MultiplyPoint, MultiplyVector. using UnityEngine; public class ExampleScript : MonoBehaviour { // Stretch a mesh at an arbitrary angle aroun