luxlabs header browser preview


@interface GKGraphNode3D : GKGraphNode {
    void *_cGraphNode3D;
}

@property (nonatomic) void /* unknown type, empty encoding */ position;

+ (BOOL)supportsSecureCoding;
+ (id)nodeWithPoint:(SEL)a0;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (id)description;
- (id)initWithCoder:(id)a0;
- (id)initWithPoint:(SEL)a0;
- (void *)cGraphNode3D;
- (float)costToNode:(id)a0;
- (void)deleteCGraphNode;
- (float)estimatedCostToNode:(id)a0;
- (void *)makeCGraphNode;

@end