Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MultiplyPoint(Vector2)

Transforms a position by this matrix (effectively by 2x3).
Read time 1 minuteLast updated 10 days ago

Definition

public Vector2 MultiplyPoint(Vector2 point)

Parameters

point

The point to multiply with this matrix

Returns

Type

Description

Vector2The multiplied point