• 大小: 0.87KB
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介


资源截图

代码片段和文件信息

// averagevector.cpp : This file contains the ‘main‘ function. Program execution begins and ends there.
//

#include 

int main()
{
    int addAmount = 0;

    //Global variable which represents the additive vector
    Vector3 addedVector = Vector3.zero;

    //The averaged vector
    Vector3 averageVector;

    //multipleRotations is an array which holds all the vectors
    //which need to be averaged.
    Vector

评论

共有 条评论