Sha256: 22c1eebe35365703e07c0f6f974b5c4acedcc58bc5aba19705b012e825972dae
Contents?: true
Size: 415 Bytes
Versions: 4
Compression:
Stored size: 415 Bytes
Contents
// // B2DRayCastOutput.h // Box2D // // Created by Juan Jose Karam on 6/15/13. // Copyright (c) 2013 Joybox. All rights reserved. // #import <Foundation/Foundation.h> @interface B2DRayCastOutput : NSObject { CGPoint normal; Float32 fraction; } @property (nonatomic, assign) CGPoint normal; @property (nonatomic, assign) Float32 fraction; - (id)initWithRayCastOutput:(b2RayCastOutput)rayCastOutput; @end
Version data entries
4 entries across 2 versions & 1 rubygems