MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ProjectPoint

Method ProjectPoint

Source/Engine/Level/Actors/Camera.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void Camera::ProjectPoint(const Vector3& worldSpaceLocation, Float2& gameWindowSpaceLocation) const
156{
157 ProjectPoint(worldSpaceLocation, gameWindowSpaceLocation, GetViewport());
158}
159
160void Camera::ProjectPoint(const Vector3& worldSpaceLocation, Float2& cameraViewportSpaceLocation, const Viewport& viewport) const
161{

Callers 1

PointToParentMethod · 0.45

Calls 6

GetViewportFunction · 0.85
Float2Class · 0.85
ProjectPointFunction · 0.50
MultiplyFunction · 0.50
TransformClass · 0.50
ProjectMethod · 0.45

Tested by

no test coverage detected