Last updated

API / geotoolkit3d / util / intersection / IIntersectableMesh / IIntersectableMesh

Namespace: IIntersectableMesh

intersection.IIntersectableMesh.IIntersectableMesh

Table of contents

Type Aliases

Contents

Type Aliases

TriangleData

Ƭ TriangleData: Object

Type declaration

NameTypeDescription
triangleTriangleTriangle of the mesh.
triangle.a, triangle.b and triangle.c corresponding to the three vertices position of the triangle. Vertices coordinates must be in the local coordinate space of the object inheriting this interface.
value?number[]Value per vertex.
Each vertex of the triangle can have a value property to be used for rendering with ColorProvider.