Blender  V3.3
Public Member Functions | Public Attributes | Friends | List of all members
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 19 of file stl_import_mesh.hh.

Member Function Documentation

◆ hash()

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

Definition at line 25 of file stl_import_mesh.hh.

References v1, v2, and v3.

Friends And Related Function Documentation

◆ operator==

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

Definition at line 34 of file stl_import_mesh.hh.

Member Data Documentation

◆ v1

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

Definition at line 21 of file stl_import_mesh.hh.

Referenced by hash().

◆ v2

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

Definition at line 21 of file stl_import_mesh.hh.

Referenced by hash().

◆ v3

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

Definition at line 21 of file stl_import_mesh.hh.

Referenced by hash().


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