Monado OpenXR Runtime
Data Structures | Functions
deformation_northstar.h File Reference
#include "utility_northstar.h"
#include "../ns_hmd.h"
#include <map>
Include dependency graph for deformation_northstar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  OpticalSystem
 

Functions

Vector3 Project (Vector3 v1, Vector3 v2)
 
float intersectLineSphere (Vector3 Origin, Vector3 Direction, Vector3 spherePos, float SphereRadiusSqrd, bool frontSide=true)
 
float intersectPlane (Vector3 n, Vector3 p0, Vector3 l0, Vector3 l)
 

Function Documentation

◆ intersectLineSphere()

float intersectLineSphere ( Vector3  Origin,
Vector3  Direction,
Vector3  spherePos,
float  SphereRadiusSqrd,
bool  frontSide = true 
)
inline

◆ intersectPlane()

float intersectPlane ( Vector3  n,
Vector3  p0,
Vector3  l0,
Vector3  l 
)
inline

◆ Project()

Vector3 Project ( Vector3  v1,
Vector3  v2 
)
inline