Unit 'XBPhysics' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_glscene]

THeightMap

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

Declaration

Source position: XBPhysics.pas line 364

type THeightMap = class(TPersistent)

public

  m_elasticity: Scalar;

  

  m_static_friction: Scalar;

  

  m_dynamic_friction: Scalar;

  

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  function get_z(); virtual;

  

  procedure get_z_and_normal(); virtual;

  

  function get_segment_collision(); virtual;

  

end;

Inheritance

THeightMap

  

|

TObject



CT Web help

CodeTyphon Studio