Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Physics.SliderConstraint Class Reference
Inheritance diagram for SiliconStudio.Paradox.Physics.SliderConstraint:
SiliconStudio.Paradox.Physics.Constraint

Public Member Functions

void SetFrames (Matrix frameA, Matrix frameB)
 Sets the frames. More...
 
- Public Member Functions inherited from SiliconStudio.Paradox.Physics.Constraint
virtual void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
 

Properties

float UpperLinearLimit [get, set]
 Gets or sets the upper linear limit. More...
 
float LowerLinearLimit [get, set]
 Gets or sets the lower linear limit. More...
 
float UpperAngularLimit [get, set]
 Gets or sets the upper angular limit. More...
 
float LowerAngularLimit [get, set]
 Gets or sets the lower angular limit. More...
 
float AngularDepth [get]
 Gets the angular depth. More...
 
float AngularPosition [get]
 Gets the angular position. More...
 
float DampingDirAngular [get, set]
 Gets or sets the damping dir angular. More...
 
float DampingDirLinear [get, set]
 Gets or sets the damping dir linear. More...
 
float DampingLimAngular [get, set]
 Gets or sets the damping lim angular. More...
 
float DampingLimLinear [get, set]
 Gets or sets the damping lim linear. More...
 
float DampingOrthoAngular [get, set]
 Gets or sets the damping ortho angular. More...
 
float DampingOrthoLinear [get, set]
 Gets or sets the damping ortho linear. More...
 
float LinearDepth [get]
 Gets the linear depth. More...
 
float LinearPosition [get]
 Gets the linear position. More...
 
float MaxAngMotorForce [get, set]
 Gets or sets the maximum ang motor force. More...
 
float MaxLinearMotorForce [get, set]
 Gets or sets the maximum linear motor force. More...
 
bool PoweredAngularMotor [get, set]
 Gets or sets a value indicating whether [powered angular motor]. More...
 
bool PoweredLinearMotor [get, set]
 Gets or sets a value indicating whether [powered linear motor]. More...
 
float RestitutionDirAngular [get, set]
 Gets or sets the restitution dir angular. More...
 
float RestitutionDirLinear [get, set]
 Gets or sets the restitution dir linear. More...
 
float RestitutionLimAngular [get, set]
 Gets or sets the restitution lim angular. More...
 
float RestitutionLimLinear [get, set]
 Gets or sets the restitution lim linear. More...
 
float RestitutionOrthoAngular [get, set]
 Gets or sets the restitution ortho angular. More...
 
float RestitutionOrthoLinear [get, set]
 Gets or sets the restitution ortho linear. More...
 
float SoftnessDirAngular [get, set]
 Gets or sets the softness dir angular. More...
 
float SoftnessDirLinear [get, set]
 Gets or sets the softness dir linear. More...
 
float SoftnessLimAngular [get, set]
 Gets or sets the softness lim angular. More...
 
float SoftnessLimLinear [get, set]
 Gets or sets the softness lim linear. More...
 
float SoftnessOrthoAngular [get, set]
 Gets or sets the softness ortho angular. More...
 
float SoftnessOrthoLinear [get, set]
 Gets or sets the softness ortho linear. More...
 
bool SolveAngularLimit [get]
 Gets a value indicating whether [solve angular limit]. More...
 
bool SolveLinearLimit [get]
 Gets a value indicating whether [solve linear limit]. More...
 
float TargetAngularMotorVelocity [get, set]
 Gets or sets the target angular motor velocity. More...
 
float TargetLinearMotorVelocity [get, set]
 Gets or sets the target linear motor velocity. More...
 
- Properties inherited from SiliconStudio.Paradox.Physics.Constraint
RigidBody RigidBodyA [get, set]
 Gets the rigid body a. More...
 
RigidBody RigidBodyB [get, set]
 Gets the rigid body b. More...
 
bool Enabled [get, set]
 Gets or sets a value indicating whether this Constraint is enabled. More...
 
float BreakingImpulseThreshold [get, set]
 Gets or sets the breaking impulse threshold. More...
 
float AppliedImpulse [get]
 Gets the applied impulse. More...
 

Detailed Description

Definition at line 7 of file SliderConstraint.cs.

Member Function Documentation

void SiliconStudio.Paradox.Physics.SliderConstraint.SetFrames ( Matrix  frameA,
Matrix  frameB 
)

Sets the frames.

Parameters
frameAThe frame a.
frameBThe frame b.

Definition at line 418 of file SliderConstraint.cs.

Property Documentation

float SiliconStudio.Paradox.Physics.SliderConstraint.AngularDepth
get

Gets the angular depth.

The angular depth.

Definition at line 66 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.AngularPosition
get

Gets the angular position.

The angular position.

Definition at line 77 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.DampingDirAngular
getset

Gets or sets the damping dir angular.

The damping dir angular.

Definition at line 88 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.DampingDirLinear
getset

Gets or sets the damping dir linear.

The damping dir linear.

Definition at line 100 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.DampingLimAngular
getset

Gets or sets the damping lim angular.

The damping lim angular.

Definition at line 112 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.DampingLimLinear
getset

Gets or sets the damping lim linear.

The damping lim linear.

Definition at line 124 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.DampingOrthoAngular
getset

Gets or sets the damping ortho angular.

The damping ortho angular.

Definition at line 136 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.DampingOrthoLinear
getset

Gets or sets the damping ortho linear.

The damping ortho linear.

Definition at line 148 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.LinearDepth
get

Gets the linear depth.

The linear depth.

Definition at line 160 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.LinearPosition
get

Gets the linear position.

The linear position.

Definition at line 171 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.LowerAngularLimit
getset

Gets or sets the lower angular limit.

The lower angular limit.

Definition at line 54 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.LowerLinearLimit
getset

Gets or sets the lower linear limit.

The lower linear limit.

Definition at line 30 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.MaxAngMotorForce
getset

Gets or sets the maximum ang motor force.

The maximum ang motor force.

Definition at line 182 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.MaxLinearMotorForce
getset

Gets or sets the maximum linear motor force.

The maximum linear motor force.

Definition at line 194 of file SliderConstraint.cs.

bool SiliconStudio.Paradox.Physics.SliderConstraint.PoweredAngularMotor
getset

Gets or sets a value indicating whether [powered angular motor].

true if [powered angular motor]; otherwise, false.

Definition at line 206 of file SliderConstraint.cs.

bool SiliconStudio.Paradox.Physics.SliderConstraint.PoweredLinearMotor
getset

Gets or sets a value indicating whether [powered linear motor].

true if [powered linear motor]; otherwise, false.

Definition at line 218 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.RestitutionDirAngular
getset

Gets or sets the restitution dir angular.

The restitution dir angular.

Definition at line 230 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.RestitutionDirLinear
getset

Gets or sets the restitution dir linear.

The restitution dir linear.

Definition at line 242 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.RestitutionLimAngular
getset

Gets or sets the restitution lim angular.

The restitution lim angular.

Definition at line 254 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.RestitutionLimLinear
getset

Gets or sets the restitution lim linear.

The restitution lim linear.

Definition at line 266 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.RestitutionOrthoAngular
getset

Gets or sets the restitution ortho angular.

The restitution ortho angular.

Definition at line 278 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.RestitutionOrthoLinear
getset

Gets or sets the restitution ortho linear.

The restitution ortho linear.

Definition at line 290 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.SoftnessDirAngular
getset

Gets or sets the softness dir angular.

The softness dir angular.

Definition at line 302 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.SoftnessDirLinear
getset

Gets or sets the softness dir linear.

The softness dir linear.

Definition at line 314 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.SoftnessLimAngular
getset

Gets or sets the softness lim angular.

The softness lim angular.

Definition at line 326 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.SoftnessLimLinear
getset

Gets or sets the softness lim linear.

The softness lim linear.

Definition at line 338 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.SoftnessOrthoAngular
getset

Gets or sets the softness ortho angular.

The softness ortho angular.

Definition at line 350 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.SoftnessOrthoLinear
getset

Gets or sets the softness ortho linear.

The softness ortho linear.

Definition at line 362 of file SliderConstraint.cs.

bool SiliconStudio.Paradox.Physics.SliderConstraint.SolveAngularLimit
get

Gets a value indicating whether [solve angular limit].

true if [solve angular limit]; otherwise, false.

Definition at line 374 of file SliderConstraint.cs.

bool SiliconStudio.Paradox.Physics.SliderConstraint.SolveLinearLimit
get

Gets a value indicating whether [solve linear limit].

true if [solve linear limit]; otherwise, false.

Definition at line 385 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.TargetAngularMotorVelocity
getset

Gets or sets the target angular motor velocity.

The target angular motor velocity.

Definition at line 396 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.TargetLinearMotorVelocity
getset

Gets or sets the target linear motor velocity.

The target linear motor velocity.

Definition at line 408 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.UpperAngularLimit
getset

Gets or sets the upper angular limit.

The upper angular limit.

Definition at line 42 of file SliderConstraint.cs.

float SiliconStudio.Paradox.Physics.SliderConstraint.UpperLinearLimit
getset

Gets or sets the upper linear limit.

The upper linear limit.

Definition at line 18 of file SliderConstraint.cs.


The documentation for this class was generated from the following file: