Sha256: 82bb56fadcf28051175f778999dfdac6f049a67c1c73eaef6113e6a272983460
Contents?: true
Size: 325 Bytes
Versions: 5
Compression:
Stored size: 325 Bytes
Contents
// // B2DEdgeShape.h // Box2D // // Created by Juan Jose Karam on 2/19/13. // Copyright (c) 2013 CurveBeryl. All rights reserved. // #import <Foundation/Foundation.h> #import "B2DShape.h" @interface B2DEdgeShape : B2DShape - (id)initWithStartPoint:(CGPoint)startPoint endPoint:(CGPoint)endPoint; @end
Version data entries
5 entries across 4 versions & 1 rubygems