HikoGUI
Select Version:
⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Public Member Functions
hi::v1::lookat Class Reference

#include <hikogui/geometry/lookat.hpp>

Public Member Functions

constexpr lookat (lookat const &) noexcept=default
 
constexpr lookat (lookat &&) noexcept=default
 
constexpr lookatoperator= (lookat const &) noexcept=default
 
constexpr lookatoperator= (lookat &&) noexcept=default
 
constexpr lookat (point3 camera_location, point3 lookat_location, vector3 up=vector3{0.0f, 1.0f, 0.0f})
 
constexpr operator matrix3 () noexcept
 

Detailed Description

Perspective transform.


The documentation for this class was generated from the following file: