Table of Contents

Struct FixedContactAnchors

Namespace
FixedMathSharp.Geometry
Assembly
FixedMathSharp.dll

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

public readonly struct FixedContactAnchors
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 FixedPointAnchor FirstAnchor { get; }

Property Value

FixedPointAnchor

Normal

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

public Vector3d Normal { get; }

Property Value

Vector3d

SecondAnchor

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

public FixedPointAnchor SecondAnchor { get; }

Property Value

FixedPointAnchor