CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
ParametricPath.hpp
Go to the documentation of this file.
1//
2// CeresEngine - A game development framework
3//
4// Created by Rogiel Sulzbach.
5// Copyright (c) 2018-2022 Rogiel Sulzbach. All rights reserved.
6//
7
8#pragma once
9
10#include "Edge.hpp"
11#include "PathVertex.hpp"
12
14
16
68
69} // namespace CeresEngine::MeshGenerator
Definition Edge.hpp:14
const ParametricPath * mPath
Definition ParametricPath.hpp:29
int i_
Definition ParametricPath.hpp:31
Path generated by evaluating callback functions at even intervals.
Definition ParametricPath.hpp:18
Function< PathVertex(double) const > mEval
Definition ParametricPath.hpp:62
double mDelta
Definition ParametricPath.hpp:66
int mSegments
Definition ParametricPath.hpp:64
Definition PathVertex.hpp:14
Definition AnyGenerator.hpp:12
FunctionBase< true, true, fu2::capacity_default, true, false, Signatures... > Function
An owning copyable function wrapper for arbitrary callable types.
Definition Function.hpp:54
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25