Sha256: 938210318fc42fdff6e76d82d2773c473f32b24f3085b1e7768e98c2d43aac6b

Contents?: true

Size: 280 Bytes

Versions: 2

Compression:

Stored size: 280 Bytes

Contents

//
//  B2DCircleShape.h
//  Box2D
//
//  Created by Kenichi Yonekawa on 13/04/24.
//  Copyright (c) 2013 CurveBeryl. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "B2DShape.h"

@interface B2DCircleShape : B2DShape

- (id)initWithRadius:(CGFloat)radius;

@end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
joybox-0.0.6 vendor/vendor-ios/Box2D.framework/Versions/A/Headers/Collision/Shapes/B2DCircleShape.h
joybox-0.0.6 vendor/vendor-osx/box_2d/include/B2DCircleShape.h