二维射线追踪
- 基于python的三维射线追踪库-ttcrpy详解(2)
-
- 1、射线追踪效果
- 2、python代码
# -*- coding: utf-8 -*- """ Created on Wed Apr 27 15:37:28 2022 @author: 86159 """ import ttcrpy.rgrid as rg import numpy as np import matplotlib.pyplot as plt # 创建网格 x = np.arange(1,11.0) z



