GAMer
latest

Getting Started:

  • Installation
  • Overview of GAMer Algorithms
  • Getting to Know BlendGAMer
  • Frequently Asked Questions
  • Changelog

Tutorials and Examples:

  • Tutorials and Examples

API Documentation:

  • C++ API Reference
  • Python API Reference

For Developers:

  • Developer’s Guide
  • Contributing
GAMer
  • Docs »
  • File Vertex.h
  • Edit on GitHub

File Vertex.h¶

↰ Parent directory (include/gamer)

Vertex class definitions.

Contents

  • Definition (include/gamer/Vertex.h)

  • Includes

  • Included By

  • Namespaces

  • Classes

  • Functions

Definition (include/gamer/Vertex.h)¶

  • Program Listing for File Vertex.h

Includes¶

  • gamer/gamer.h (File gamer.h)

  • gamer/tensor.h (File tensor.h)

  • iostream

  • sstream

  • stdexcept

Included By¶

  • File PDBReader.h

  • File SurfaceMesh.h

  • File TetMesh.h

Namespaces¶

  • Namespace gamer

Classes¶

  • Struct Vertex

Functions¶

  • Function gamer::angle(const Vector&, const Vector&)

  • Function gamer::angle(const Vertex&, const Vertex&, const Vertex&)

  • Function gamer::angleDeg(const Vector&, const Vector&)

  • Function gamer::angleDeg(const Vertex&, const Vertex&, const Vertex&)

  • Function gamer::distance

  • Function gamer::length

  • Function gamer::normalize

  • Function gamer::operator*(REAL, const Vertex&)

  • Function gamer::operator*(const Vertex&, REAL)

  • Function gamer::operator+(const Vertex&, const Vector&)

  • Function gamer::operator-(const Vertex&, const Vector&)

  • Function gamer::operator-(const Vertex&, const Vertex&)

  • Function gamer::operator/(const Vertex&, REAL)

  • Function gamer::signed_angle


© Copyright 2019-2021, Christopher T. Lee and Contributors Revision 8bef089e.

Built with Sphinx using a theme provided by Read the Docs.