Table of Contents

Property Width

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

Width

Gets the width of the axis-aligned bounding box (AABB) surrounding this quadrilateral. Computed lazily from Left and Right and cached.

public double Width { get; }

Property Value

double

The width of the AABB, defined as Right - Left.