Class Rot

java.lang.Object
org.jbox2d.common.Rot
All Implemented Interfaces:
Serializable

public class Rot extends Object implements Serializable
Represents a rotation
Author:
Daniel Murphy
See Also:
  • Field Details

    • s

      public float s
      sin
    • c

      public float c
      cos
  • Constructor Details

    • Rot

      public Rot()
    • Rot

      public Rot(float angle)
  • Method Details