Ray class used to create a ray.

Ray 类用于创建射线。

构造函数

属性

方法

构造函数

属性

direction: Vector3

The direction of the ray.

射线的方向。

origin: Vector3

The origin point of the ray.

射线的原点。

方法

  • 参数

    • t: number

      The parameter along the ray at which to calculate the point.

    • out: Vector3

      The Vector3 object to store the result.

    返回 void

    Calculates a point on the ray at the specified parameter t.

    计算在指定参数 t 处的射线上的点。