|
void | SetFrames (Matrix frameA, Matrix frameB) |
| Sets the frames. More...
|
|
void | SetLimit (float low, float high) |
| Sets the limit. More...
|
|
void | SetLimit (float low, float high, float softness) |
| Sets the limit. More...
|
|
void | SetLimit (float low, float high, float softness, float biasFactor) |
| Sets the limit. More...
|
|
void | SetLimit (float low, float high, float softness, float biasFactor, float relaxationFactor) |
| Sets the limit. More...
|
|
void | EnableAngularMotor (bool enableMotor, float targetVelocity, float maxMotorImpulse) |
| Enables the angular motor. More...
|
|
void | EnableMotor (bool enableMotor) |
| Enables the motor. More...
|
|
void | SetMotorTarget (float targetAngle, float dt) |
| Sets the motor target. More...
|
|
void | SetMotorTarget (Quaternion qAinB, float dt) |
| Sets the motor target. More...
|
|
virtual void | Dispose () |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
|
|
Definition at line 7 of file HingeConstraint.cs.
void SiliconStudio.Paradox.Physics.HingeConstraint.EnableAngularMotor |
( |
bool |
enableMotor, |
|
|
float |
targetVelocity, |
|
|
float |
maxMotorImpulse |
|
) |
| |
Enables the angular motor.
- Parameters
-
enableMotor | if set to true [enable motor]. |
targetVelocity | The target velocity. |
maxMotorImpulse | The maximum motor impulse. |
Definition at line 161 of file HingeConstraint.cs.
void SiliconStudio.Paradox.Physics.HingeConstraint.EnableMotor |
( |
bool |
enableMotor | ) |
|
Enables the motor.
- Parameters
-
enableMotor | if set to true [enable motor]. |
Definition at line 170 of file HingeConstraint.cs.
void SiliconStudio.Paradox.Physics.HingeConstraint.SetFrames |
( |
Matrix |
frameA, |
|
|
Matrix |
frameB |
|
) |
| |
Sets the frames.
- Parameters
-
frameA | The frame a. |
frameB | The frame b. |
Definition at line 14 of file HingeConstraint.cs.
void SiliconStudio.Paradox.Physics.HingeConstraint.SetLimit |
( |
float |
low, |
|
|
float |
high |
|
) |
| |
void SiliconStudio.Paradox.Physics.HingeConstraint.SetLimit |
( |
float |
low, |
|
|
float |
high, |
|
|
float |
softness |
|
) |
| |
Sets the limit.
- Parameters
-
low | The low. |
high | The high. |
softness | The softness. |
Definition at line 125 of file HingeConstraint.cs.
void SiliconStudio.Paradox.Physics.HingeConstraint.SetLimit |
( |
float |
low, |
|
|
float |
high, |
|
|
float |
softness, |
|
|
float |
biasFactor |
|
) |
| |
Sets the limit.
- Parameters
-
low | The low. |
high | The high. |
softness | The softness. |
biasFactor | The bias factor. |
Definition at line 137 of file HingeConstraint.cs.
void SiliconStudio.Paradox.Physics.HingeConstraint.SetLimit |
( |
float |
low, |
|
|
float |
high, |
|
|
float |
softness, |
|
|
float |
biasFactor, |
|
|
float |
relaxationFactor |
|
) |
| |
Sets the limit.
- Parameters
-
low | The low. |
high | The high. |
softness | The softness. |
biasFactor | The bias factor. |
relaxationFactor | The relaxation factor. |
Definition at line 150 of file HingeConstraint.cs.
void SiliconStudio.Paradox.Physics.HingeConstraint.SetMotorTarget |
( |
float |
targetAngle, |
|
|
float |
dt |
|
) |
| |
Sets the motor target.
- Parameters
-
targetAngle | The target angle. |
dt | The dt. |
Definition at line 180 of file HingeConstraint.cs.
void SiliconStudio.Paradox.Physics.HingeConstraint.SetMotorTarget |
( |
Quaternion |
qAinB, |
|
|
float |
dt |
|
) |
| |
Sets the motor target.
- Parameters
-
qAinB | The q ain b. |
dt | The dt. |
Definition at line 190 of file HingeConstraint.cs.
bool SiliconStudio.Paradox.Physics.HingeConstraint.AngularOnly |
|
getset |
Gets or sets a value indicating whether [angular only].
true
if [angular only]; otherwise, false
.
Definition at line 26 of file HingeConstraint.cs.
float SiliconStudio.Paradox.Physics.HingeConstraint.HingeAngle |
|
get |
float SiliconStudio.Paradox.Physics.HingeConstraint.LimitSign |
|
get |
float SiliconStudio.Paradox.Physics.HingeConstraint.LowerLimit |
|
get |
float SiliconStudio.Paradox.Physics.HingeConstraint.MaxMotorImpulse |
|
getset |
Gets or sets the maximum motor impulse.
The maximum motor impulse.
Definition at line 49 of file HingeConstraint.cs.
float SiliconStudio.Paradox.Physics.HingeConstraint.MotorTargetVelocity |
|
get |
Gets the motor target velocity.
The motor target velocity.
Definition at line 61 of file HingeConstraint.cs.
int SiliconStudio.Paradox.Physics.HingeConstraint.SolveLimit |
|
get |
float SiliconStudio.Paradox.Physics.HingeConstraint.UpperLimit |
|
get |
The documentation for this class was generated from the following file:
- D:/Projects/Bitbucket Hosting/DoxygenFilesAndSources/Paradox v1.0.0 beta06/sources/engine/SiliconStudio.Paradox.Physics/Constraints/HingeConstraint.cs