matrix4x4.getVector3

From GTA Connected
Revision as of 15:21, 24 August 2019 by Mex (talk | contribs) (Mex moved page Matrix4x4.getVector3 to matrix4x4.getVector3)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Method Server and Client icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline

Available since Server 1.0.0, Client 1.0.0

Vec3 matrix4x4.getVector3(int index)

The matrix4x4.getVector3 method is used to fetch the 3D vector for the 4D vector at the specified index in the matrix.

Parameters

1) int index The index of the 4D vector, between 0 and 3.

Return

Vec3 The 3D vector.

Types

Shared Matrix4x4

Notes

There aren't any notes for this method.

Examples

There aren't any examples for this method.

Compatibility

There isn't any compatibility information for this method.