Table of Contents

Struct FixedContactAnchors2d

Namespace
FixedMathSharp.Geometry
Assembly
FixedMathSharp.dll

Describes one planar contact relation using points retained in their rigid local frames.

public readonly struct FixedContactAnchors2d
Inherited Members

Properties

Depth

The representable penetration depth.

public Fixed64 Depth { get; }

Property Value

Fixed64

DepthIsClamped

Whether the conceptual penetration exceeds MaxValue.

public bool DepthIsClamped { get; }

Property Value

bool

FirstAnchor

The contact point retained in the first shape's rigid frame.

public FixedPointAnchor2d FirstAnchor { get; }

Property Value

FixedPointAnchor2d

Normal

The contact normal directed from the first shape toward the second.

public Vector2d Normal { get; }

Property Value

Vector2d

SecondAnchor

The contact point retained in the second shape's rigid frame.

public FixedPointAnchor2d SecondAnchor { get; }

Property Value

FixedPointAnchor2d