PEd_Vec3Project

function

PEd_Vec3Project(_vector, _screen, _world, _view, _projection)

Description

Projects the vector from world space into screen space.

Arguments

Name Type Description
_vector Array<Real> The vector.
_screen Array<Real> The screen size.
_world Array<Real> The world matrix.
_view Array<Real> The view matrix.
_projection Array<Real> The projection matrix.

Returns

Array<Real> The projected vector.


Copyright © 2022, BlueBurn. Built on September 12, 2022 using GMDoc.