PEd_Vec3Project

A function defined in PEd_Vec3.gml

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

Description

Projects the vector from world space into screen space.

Arguments

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

Returns

Array The projected vector.


Copyright © 2024, BlueBurn. Built on September 03, 2024 using GMDoc.