OWL
OptiX7 Wrapper Library
owl::common::AffineSpaceT< L > Struct Template Reference

#include <AffineSpace.h>

Public Member Functions

__both__ AffineSpaceT ()
 
__both__ AffineSpaceT (const AffineSpaceT &other)
 
__both__ AffineSpaceT (const L &other)
 
__both__ AffineSpaceToperator= (const AffineSpaceT &other)
 
__both__ AffineSpaceT (const VectorT &vx, const VectorT &vy, const VectorT &vz, const VectorT &p)
 
__both__ AffineSpaceT (const L &l, const VectorT &p)
 
template<typename L1 >
__both__ AffineSpaceT (const AffineSpaceT< L1 > &s)
 
 AffineSpaceT (ZeroTy)
 
 AffineSpaceT (OneTy)
 

Static Public Member Functions

static AffineSpaceT scale (const VectorT &s)
 
static AffineSpaceT translate (const VectorT &p)
 
static AffineSpaceT rotate (const ScalarT &r)
 
static AffineSpaceT rotate (const VectorT &u, const ScalarT &r)
 
static AffineSpaceT rotate (const VectorT &p, const VectorT &u, const ScalarT &r)
 
static AffineSpaceT lookat (const VectorT &eye, const VectorT &point, const VectorT &up)
 

Public Attributes

l
 
VectorT p
 

Constructor & Destructor Documentation

◆ AffineSpaceT() [1/8]

template<typename L >
__both__ owl::common::AffineSpaceT< L >::AffineSpaceT ( )
inline

◆ AffineSpaceT() [2/8]

template<typename L >
__both__ owl::common::AffineSpaceT< L >::AffineSpaceT ( const AffineSpaceT< L > &  other)
inline

◆ AffineSpaceT() [3/8]

template<typename L >
__both__ owl::common::AffineSpaceT< L >::AffineSpaceT ( const L &  other)
inline

◆ AffineSpaceT() [4/8]

template<typename L >
__both__ owl::common::AffineSpaceT< L >::AffineSpaceT ( const VectorT vx,
const VectorT vy,
const VectorT vz,
const VectorT p 
)
inline

◆ AffineSpaceT() [5/8]

template<typename L >
__both__ owl::common::AffineSpaceT< L >::AffineSpaceT ( const L &  l,
const VectorT p 
)
inline

◆ AffineSpaceT() [6/8]

template<typename L >
template<typename L1 >
__both__ owl::common::AffineSpaceT< L >::AffineSpaceT ( const AffineSpaceT< L1 > &  s)
inline

◆ AffineSpaceT() [7/8]

template<typename L >
owl::common::AffineSpaceT< L >::AffineSpaceT ( ZeroTy  )
inline

◆ AffineSpaceT() [8/8]

template<typename L >
owl::common::AffineSpaceT< L >::AffineSpaceT ( OneTy  )
inline

Member Function Documentation

◆ lookat()

template<typename L >
static AffineSpaceT owl::common::AffineSpaceT< L >::lookat ( const VectorT eye,
const VectorT point,
const VectorT up 
)
inlinestatic

return matrix for looking at given point, only in 3D; right-handed coordinate system

◆ operator=()

template<typename L >
__both__ AffineSpaceT& owl::common::AffineSpaceT< L >::operator= ( const AffineSpaceT< L > &  other)
inline

◆ rotate() [1/3]

template<typename L >
static AffineSpaceT owl::common::AffineSpaceT< L >::rotate ( const ScalarT r)
inlinestatic

return matrix for rotation, only in 2D

◆ rotate() [2/3]

template<typename L >
static AffineSpaceT owl::common::AffineSpaceT< L >::rotate ( const VectorT p,
const VectorT u,
const ScalarT r 
)
inlinestatic

return matrix for rotation around arbitrary axis and point, only in 3D

◆ rotate() [3/3]

template<typename L >
static AffineSpaceT owl::common::AffineSpaceT< L >::rotate ( const VectorT u,
const ScalarT r 
)
inlinestatic

return matrix for rotation around arbitrary point (2D) or axis (3D)

◆ scale()

template<typename L >
static AffineSpaceT owl::common::AffineSpaceT< L >::scale ( const VectorT s)
inlinestatic

return matrix for scaling

◆ translate()

template<typename L >
static AffineSpaceT owl::common::AffineSpaceT< L >::translate ( const VectorT p)
inlinestatic

return matrix for translation

Member Data Documentation

◆ l

template<typename L >
L owl::common::AffineSpaceT< L >::l

◆ p

template<typename L >
VectorT owl::common::AffineSpaceT< L >::p

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