Table of Contents

Struct FixedContactLocalPoints

Namespace
FixedMathSharp.Geometry
Assembly
FixedMathSharp.dll

Stores one compact local-point pair in a multi-contact relation.

public readonly struct FixedContactLocalPoints
Inherited Members

Remarks

The pair reuses the rigid frames, normal, depth, and depth-clamping state carried by the relation's primary FixedContactAnchors.

Properties

FirstLocalPoint

The point in the primary relation's first rigid frame.

public Vector3d FirstLocalPoint { get; }

Property Value

Vector3d

SecondLocalPoint

The point in the primary relation's second rigid frame.

public Vector3d SecondLocalPoint { get; }

Property Value

Vector3d