Record TTriangleGeometry

Hierarchy
Methods
Properties

Unit

Declaration

type TTriangleGeometry = record

Description

Triangle expressed in particular coordinate system, for TTriangle.

Overview

Fields

Triangle: TTriangle3;
Area: Single;
Plane: TVector4;
Normal: TVector3;

Description

Fields

Triangle: TTriangle3;
 
Area: Single;

Area of the triangle.

Plane: TVector4;

Triangle normal, a 3D plane containing our Triangle, with normalized direction vector.

Normal: TVector3;
 

Generated by PasDoc 0.15.0.