🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
CylindricalEclipseCalculator.hpp
浏览该文件的文档.
1
20
21#pragma once
22
23#include "AstGlobal.h"
24#include "EclipseCalculator.hpp"
25
26AST_NAMESPACE_BEGIN
27
39class AST_CORE_API CylindricalEclipseCalculator final: public EclipseCalculator
40{
41public:
44
50 double getLightingRatio(const TimePoint& time, const Vector3d& position, Frame* frame) override;
51};
52
53
54
57AST_NAMESPACE_END
圆柱阴影模型光照计算器
定义 CylindricalEclipseCalculator.hpp:40
阴影光照计算器
定义 EclipseCalculator.hpp:37
virtual double getLightingRatio(const TimePoint &time, const Vector3d &position, Frame *frame)=0
计算光照强度
坐标系类
定义 Frame.hpp:60
绝对时间点
定义 TimePoint.hpp:107