ViewPoint(pos, angle) → {ViewPoint}

视点类

new ViewPoint(pos, angle) → {ViewPoint}

构建视点对象
Parameters:
Name Type Description
pos Vec 视点位置向量
angle number 视线方向角度(弧度制)
Returns:
ViewPoint - 视点对象
Properties:
Name Type Description
pos Vec 视点位置向量
angle number 视线方向角度(弧度制)

Members

readonly viewLineUnitVector :Vec

视线方向的单位向量