Monado OpenXR Runtime
Public Member Functions | Data Fields
Vector4 Class Reference

#include <north_star/distortion/utility_northstar.h>

Public Member Functions

 Vector4 ()
 
 Vector4 (const Vector4 &in)
 
constexpr Vector4operator= (const Vector4 &lhr)
 
Matrix4x4 ComposeProjection ()
 

Data Fields

float x
 
float y
 
float z
 
float w
 

Constructor & Destructor Documentation

◆ Vector4() [1/2]

Vector4::Vector4 ( )
inline

◆ Vector4() [2/2]

Vector4::Vector4 ( const Vector4 in)
inline

References w, x, y, and z.

Member Function Documentation

◆ ComposeProjection()

Matrix4x4 Vector4::ComposeProjection ( )
inline

◆ operator=()

constexpr Vector4& Vector4::operator= ( const Vector4 lhr)
inline

References w, x, y, and z.

Field Documentation

◆ w

float Vector4::w

◆ x

float Vector4::x

◆ y

float Vector4::y

◆ z

float Vector4::z

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