NWH Wheel Controller 3D
Search Results for

    Show / Hide Table of Contents

    Struct ARBPair

    Represents a paired set of wheels for anti-roll bar calculation. Wheels are automatically paired by similar Z (fore-aft) and opposite X (left-right) positions.

    Namespace: NWH.WheelController3D
    Assembly: NWH.WheelController.dll
    Syntax
    public struct ARBPair

    Fields

    | Edit this page View Source

    isValid

    True when the pair was matched and can be processed.

    Declaration
    public bool isValid
    Field Value
    Type Description
    bool
    | Edit this page View Source

    leftWheel

    Left (negative local X) wheel of the pair.

    Declaration
    public WheelController leftWheel
    Field Value
    Type Description
    WheelController
    | Edit this page View Source

    prevRollAngle

    Roll angle from the previous substep, used for roll angular velocity.

    Declaration
    public float prevRollAngle
    Field Value
    Type Description
    float
    | Edit this page View Source

    rightWheel

    Right (positive local X) wheel of the pair.

    Declaration
    public WheelController rightWheel
    Field Value
    Type Description
    WheelController
    | Edit this page View Source

    trackWidth

    Lateral distance between the two wheels, in meters.

    Declaration
    public float trackWidth
    Field Value
    Type Description
    float
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics