Blender V5.0
blender::io::stl::Triangle Class Reference

#include <stl_import_mesh.hh>

Public Member Functions

uint64_t hash () const

Public Attributes

int v1
int v2
int v3

Friends

bool operator== (const Triangle &a, const Triangle &b)

Detailed Description

Definition at line 21 of file stl_import_mesh.hh.

Member Function Documentation

◆ hash()

uint64_t blender::io::stl::Triangle::hash ( ) const
inline

Definition at line 27 of file stl_import_mesh.hh.

References v1, v2, and v3.

◆ operator==

bool operator== ( const Triangle & a,
const Triangle & b )
friend

Definition at line 36 of file stl_import_mesh.hh.

References b, i, l, v1, v2, and v3.

Member Data Documentation

◆ v1

int blender::io::stl::Triangle::v1

Definition at line 23 of file stl_import_mesh.hh.

Referenced by hash(), and operator==.

◆ v2

int blender::io::stl::Triangle::v2

Definition at line 23 of file stl_import_mesh.hh.

Referenced by hash(), and operator==.

◆ v3

int blender::io::stl::Triangle::v3

Definition at line 23 of file stl_import_mesh.hh.

Referenced by hash(), and operator==.


The documentation for this class was generated from the following file: