GithubHelp home page GithubHelp logo

ucd-csci2312-pa1's Introduction

CSCI 2312: Programming Assignment 1

working with objects


Description

This program provides a class, Point, which represents points in 3D space. One can enter the coordinates of a point into an object of this class by calling its setX, setY, and setZ methods. One can also access the coordinates of said point by using the getX, getY, and getZ methods. The program can do distance calculations on two points via the distanceTo method and area calculations on a triangle of three points via the computeArea function.

Currently, the main function is set up to do tests on the rest of the program. It uses the files ErrorContext.cpp, ErrorContext.h, PointTests.cpp, and PointTests.h to do so, and those files are only necessary to run said tests.

Compiler

This program was developed, tested, and run on Visual Studio 2015. It was not tested on other compilers, but has a CMakeLists.txt file for use on CLion or similar compilers that use this file.


ACKNOWLEDGEMENT: Modelled after CS11 Lab 1 at Caltech.

Some content Copyright (C) 2004-2010, California Institute of Technology.

ucd-csci2312-pa1's People

Contributors

ivogeorg avatar julgardner avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.