Table of Contents

Property Height

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Height

Gets the height of the axis-aligned bounding box (AABB) surrounding this quadrilateral. Computed lazily from Top and Bottom and cached.

public double Height { get; }

Property Value

double

The height of the AABB, defined as Bottom - Top.