DiscoverLearnDocumentationGet OpenPLXSearch Contact

Vehicles/Suspensions/Connector.openplx

Connector

Connector is Physics3D.Interactions.RedirectedMateConnector:
    .doc: """
Connector for Vehicle Suspension.
'up_vector'      - Reference to the up vector of a vehicle.
'forward_vector' - Reference to the forward vector of a vehicle.
'main_axis'      - The wheel axis computed by taking the cross product of the up and forward vector.
"""
    up_vector is Math.Vec3 reference
    forward_vector is Math.Vec3 reference
    main_axis: up_vector.cross(forward_vector)

OpenPLX is a work in progress. This draft version will evolve with user feedback and experience. We welcome your input and collaboration.
X