C# Класс Nez.SpringGrid.Spring

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
damping float
end1 PointMass
end2 PointMass
stiffness float
targetLength float

Открытые методы

Метод Описание
Spring ( PointMass end1, PointMass end2, float stiffness, float damping ) : System.Collections.Generic
update ( ) : void

Описание методов

Spring() публичный Метод

public Spring ( PointMass end1, PointMass end2, float stiffness, float damping ) : System.Collections.Generic
end1 PointMass
end2 PointMass
stiffness float
damping float
Результат System.Collections.Generic

update() публичный Метод

public update ( ) : void
Результат void

Описание свойств

damping публичное свойство

public float damping
Результат float

end1 публичное свойство

public PointMass end1
Результат PointMass

end2 публичное свойство

public PointMass end2
Результат PointMass

stiffness публичное свойство

public float stiffness
Результат float

targetLength публичное свойство

public float targetLength
Результат float