libgdx API

com.badlogic.gdx.physics.box2d
Class Manifold

java.lang.Object
  extended by com.badlogic.gdx.physics.box2d.Manifold

public class Manifold
extends java.lang.Object


Nested Class Summary
 class Manifold.ManifoldPoint
           
static class Manifold.ManifoldType
           
 
Constructor Summary
protected Manifold(World world, long addr)
           
 
Method Summary
 Vector2 getLocalNormal()
           
 Vector2 getLocalPoint()
           
 int getPointCount()
           
 Manifold.ManifoldPoint[] getPoints()
           
 Manifold.ManifoldType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Manifold

protected Manifold(World world,
                   long addr)
Method Detail

getType

public Manifold.ManifoldType getType()

getPointCount

public int getPointCount()

getLocalNormal

public Vector2 getLocalNormal()

getLocalPoint

public Vector2 getLocalPoint()

getPoints

public Manifold.ManifoldPoint[] getPoints()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)