C# 클래스 SimTelemetry.Tests.Aggregates.CarTestChassis

상속: SimTelemetry.Domain.Entities.Chassis
파일 보기 프로젝트 열기: nlhans/SimTelemetry 1 사용 예제들

공개 메소드들

메소드 설명
CarTestChassis ( float weight, float fuelTankSize, float dragBody, Polynomial dragFrontWing, Polynomial dragRearWing, Polynomial dragRadiator, Polynomial dragBrakeDucts, float rideheightFront ) : System

메소드 상세

CarTestChassis() 공개 메소드

public CarTestChassis ( float weight, float fuelTankSize, float dragBody, Polynomial dragFrontWing, Polynomial dragRearWing, Polynomial dragRadiator, Polynomial dragBrakeDucts, float rideheightFront ) : System
weight float
fuelTankSize float
dragBody float
dragFrontWing Polynomial
dragRearWing Polynomial
dragRadiator Polynomial
dragBrakeDucts Polynomial
rideheightFront float
리턴 System