record T3DTriangleGeometry

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type T3DTriangleGeometry = record

Description

Triangle expressed in particular coordinate system, for T3DTriangle.

Overview

Fields

Triangle: TTriangle3Single;
Area: Single;
Plane: TVector4Single;
Normal: TVector3Single;

Description

Fields

Triangle: TTriangle3Single;
 
Area: Single;

Area of the triangle. In other words, just a precalculated for you TriangleArea(Triangle).

Plane: TVector4Single;

This is a calculated TriangleNormPlane(Triangle), that is a 3D plane containing our Triangle, with normalized direction vector.

Normal: TVector3Single;
 

Generated by PasDoc 0.13.0 on 2013-08-17 21:27:14