C# 클래스 BEPUphysics.Vehicle.WheelBrake

Attempts to resist rolling motion of a vehicle.
상속: ISolverSettings
파일 보기 프로젝트 열기: Indiefreaks/igf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultRollingFrictionBlender WheelFrictionBlender

공개 메소드들

메소드 설명
BlendFriction ( float wheelFriction, float materialFriction, bool usingKinematicFriction, Wheel wheel ) : float

Function which takes the friction values from a wheel and a supporting material and computes the blended friction.

WheelBrake ( float dynamicBrakingFrictionCoefficient, float staticBrakingFrictionCoefficient, float rollingFrictionCoefficient ) : System

Constructs a new rolling friction object for a wheel.

비공개 메소드들

메소드 설명
ApplyImpulse ( ) : float
ExclusiveUpdate ( ) : void
PreStep ( float dt ) : void
WheelBrake ( ) : System
WheelBrake ( Wheel wheel ) : System

메소드 상세

BlendFriction() 공개 정적인 메소드

Function which takes the friction values from a wheel and a supporting material and computes the blended friction.
public static BlendFriction ( float wheelFriction, float materialFriction, bool usingKinematicFriction, Wheel wheel ) : float
wheelFriction float Friction coefficient associated with the wheel.
materialFriction float Friction coefficient associated with the support material.
usingKinematicFriction bool
wheel Wheel Wheel being blended.
리턴 float

WheelBrake() 공개 메소드

Constructs a new rolling friction object for a wheel.
public WheelBrake ( float dynamicBrakingFrictionCoefficient, float staticBrakingFrictionCoefficient, float rollingFrictionCoefficient ) : System
dynamicBrakingFrictionCoefficient float Coefficient of dynamic friction of the wheel for friction when the brake is active.
staticBrakingFrictionCoefficient float Coefficient of static friction of the wheel for friction when the brake is active.
rollingFrictionCoefficient float Coefficient of friction of the wheel for rolling friction when the brake isn't active.
리턴 System

프로퍼티 상세

DefaultRollingFrictionBlender 공개적으로 정적으로 프로퍼티

Default blender used by WheelRollingFriction constraints.
public static WheelFrictionBlender DefaultRollingFrictionBlender
리턴 WheelFrictionBlender