Table of Contents

Interface ITri3d

Namespace
Hi.Geom
Assembly
HiGeom.dll

Interface for 3D triangles.

public interface ITri3d : IFlat3d, IExpandToBox3d
Inherited Members
Extension Methods

Methods

GetApex(int)

Gets the specified vertex (apex) of this triangle.

Vec3d GetApex(int i)

Parameters

i int

Index of the vertex (0-2)

Returns

Vec3d

The position of the specified vertex