Sha256: 05fb71bc737642b5875a8e7f4cec9da178b7c9e81fc13285e402eaff19290f87

Contents?: true

Size: 530 Bytes

Versions: 4

Compression:

Stored size: 530 Bytes

Contents

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

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

@interface B2DCircleShape : B2DShape

@property (nonatomic, assign, readonly) NSInteger vertexCount;
@property (nonatomic, assign, readonly) CGPoint position;

- (id)initWithRadius:(CGFloat)radius;

- (NSInteger)getSupport:(CGPoint)direction;
- (CGPoint)getSupportVertex:(CGPoint)direction;
- (CGPoint)getVertex:(NSInteger)index;

@end

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
joybox-1.1.1 vendor/vendor-ios/box_2d/box_2d_include/B2DCircleShape.h
joybox-1.1.1 vendor/vendor-osx/box_2d/box_2d_include/B2DCircleShape.h
joybox-1.1.0 vendor/vendor-ios/box_2d/box_2d_include/B2DCircleShape.h
joybox-1.1.0 vendor/vendor-osx/box_2d/box_2d_include/B2DCircleShape.h