BoundingSphereConstructor

切换到手册
public BoundingSphere (Vector3 pos, float rad);
public BoundingSphere (Vector4 packedSphere);

参数

pos该球体的中心。
rad该球体的半径。
packedSphere四分量矢量,包含位置(打包到 XYZ 分量中)和半径(打包到 W 分量中)。

描述

初始化 BoundingSphere。