SegmentShape.Offset Property
Definition¶
Namespace: Brine2D.Physics
Local-space offset applied to both Point1 and Point2 when the shape is built. Use this to position the segment away from the body origin on compound bodies without recomputing both points manually. Default is System.Numerics.Vector2.Zero.
public System.Numerics.Vector2 Offset { get; init; }