Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::axis_swap_path_t< path_t > Class Template Reference

Swaps axis in path. More...

#include <axis_swap_path.hpp>

Public Types

using edges_t = typename impl_t::edges_t
 
using vertices_t = typename impl_t::vertices_t
 

Public Member Functions

 axis_swap_path_t (path_t path, axis_t x, axis_t y, axis_t z)
 
edges_t edges () const noexcept
 
vertices_t vertices () const noexcept
 

Detailed Description

template<typename path_t>
class generator::axis_swap_path_t< path_t >

Swaps axis in path.

Definition at line 12 of file axis_swap_path.hpp.

Member Typedef Documentation

◆ edges_t

template<typename path_t >
using generator::axis_swap_path_t< path_t >::edges_t = typename impl_t::edges_t

Definition at line 40 of file axis_swap_path.hpp.

◆ vertices_t

template<typename path_t >
using generator::axis_swap_path_t< path_t >::vertices_t = typename impl_t::vertices_t

Definition at line 47 of file axis_swap_path.hpp.

Constructor & Destructor Documentation

◆ axis_swap_path_t()

template<typename path_t >
generator::axis_swap_path_t< path_t >::axis_swap_path_t ( path_t path,
axis_t x,
axis_t y,
axis_t z )
inline
Parameters
pathSource data path
xAxis to use as the X-axis
yAxis to use as the Y-axis
zAxis to use as the Z-axis

Definition at line 23 of file axis_swap_path.hpp.

Member Function Documentation

◆ edges()

template<typename path_t >
edges_t generator::axis_swap_path_t< path_t >::edges ( ) const
inlinenoexcept

Definition at line 42 of file axis_swap_path.hpp.

◆ vertices()

template<typename path_t >
vertices_t generator::axis_swap_path_t< path_t >::vertices ( ) const
inlinenoexcept

Definition at line 49 of file axis_swap_path.hpp.


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