Unit 'XBJoints' Package
[Overview][Constants][Classes][Index] [#pl_glscene]

THinge_joint

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: XBJoints.pas line 55

type THinge_joint = class(TJoint)

protected

  m_point_JointElement: TJointElement_body_body_point;

  

  m_side_point_JointElements0: TJointElement_body_body_max_distance;

  

  m_side_point_JointElements1: TJointElement_body_body_max_distance;

  

  m_max_distance_JointElement: TJointElement_body_body_max_distance;

  

  m_using_limit: Boolean;

  

public

  m_body0: TRigidBody;

  

  m_body1: TRigidBody;

  

  m_hinge_axis: Vector3;

  

  m_hinge_pos_rel0: Vector3;

  

  m_damping: Scalar;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Update(); override;

  

  procedure initialise();

  

end;

Inheritance

THinge_joint

  

|

TJoint

  

|

TPhysicsController

  

|

TObject



CT Web help

CodeTyphon Studio