Function
V2Dot(_:_:) V2DotV2Dot
Declaration
func V2Dot(_ a: UnsafePointer<NSPoint>!, _ b: UnsafePointer<NSPoint>!) -> DoubleDeclaration
extern double V2Dot(const NSPoint *a, const NSPoint *b);Declaration
V2Dot(a: NSPoint, b: NSPoint) -> float