Example #1
0
 public Vector2f GetPosition()
 {
     return(_pos.Clone());
 }
Example #2
0
 public Vector2f GetRelativeAnchorPoint()
 {
     return(relAnchor.Clone());
 }
Example #3
0
 public Vector2f GetLocalPosition()
 {
     return(_localPos.Clone());
 }
Example #4
0
 public Vector2f GetAnchorPoint()
 {
     return(anchor.Clone());
 }
Example #5
0
 public Vector2f GetDragPoint()
 {
     return(dragPoint.Clone());
 }
Example #6
0
 public Vector2f GetTangent()
 {
     return(tangent.Clone());
 }
Example #7
0
 public Vector2f GetRelativeVelocity()
 {
     return(relVel.Clone());
 }
Example #8
0
 public Vector2f GetNormal()
 {
     return(normal.Clone());
 }
Example #9
0
 public Vector2f getRelativeAnchorPoint2()
 {
     return(relAnchor2.Clone());
 }
Example #10
0
 public Vector2f GetGravity()
 {
     return(gravity.Clone());
 }