Tile - YVector3 - Rotate Vector – Ylands

From Bohemia Interactive Community
Revision as of 12:17, 12 November 2021 by YlandsClassyBot (talk | contribs)
Jump to navigation Jump to search

Rotate Vector(Rotation, Vector)

YlandsTile-565.png

static rotateVector(rotation: YVector3, point: YVector3): YVector3;

Parameters

rotation

Input rotation (vector)

point

Vector to be rotated

Returns

YVector3

Availability

Client, Server, Custom Controller

Description

Allows to transform vector by specified rotation.