File Cubic.h¶
File List > Intern > rayx-core > src > Shader > Cubic.h
Go to the documentation of this file
#pragma once
#include "Core.h"
#include "Ray.h"
namespace rayx {
// TODO: doku
RAYX_FN_ACC glm::dvec3 RAYX_API cubicPosition(const glm::dvec3& __restrict rayPosition, const double alpha);
RAYX_FN_ACC glm::dvec3 RAYX_API cubicDirection(const glm::dvec3& __restrict rayDirection, double alph);
} // namespace rayx