AGX Dynamics 2.41.3.0
Loading...
Searching...
No Matches
agxCollide::Mesh::TriangleLineSegmentResult Struct Reference

Struct used in calculateTriangleOverlapsAlongLineSegment. More...

#include <Mesh.h>

Public Member Functions

 TriangleLineSegmentResult (agx::UInt32 newTriangleIndex, agx::Real newLineParameter, bool newIsFrontFace)
 

Public Attributes

bool isFrontFace
 
agx::Real lineParameter
 
agx::UInt32 triangleIndex
 

Detailed Description

Struct used in calculateTriangleOverlapsAlongLineSegment.

Definition at line 505 of file Mesh.h.

Constructor & Destructor Documentation

◆ TriangleLineSegmentResult()

agxCollide::Mesh::TriangleLineSegmentResult::TriangleLineSegmentResult ( agx::UInt32  newTriangleIndex,
agx::Real  newLineParameter,
bool  newIsFrontFace 
)
inline

Definition at line 507 of file Mesh.h.

Member Data Documentation

◆ isFrontFace

bool agxCollide::Mesh::TriangleLineSegmentResult::isFrontFace

Definition at line 514 of file Mesh.h.

◆ lineParameter

agx::Real agxCollide::Mesh::TriangleLineSegmentResult::lineParameter

Definition at line 512 of file Mesh.h.

◆ triangleIndex

agx::UInt32 agxCollide::Mesh::TriangleLineSegmentResult::triangleIndex

Definition at line 513 of file Mesh.h.


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