Declaration

func V2Dot(_ a: UnsafePointer<NSPoint>!, _ b: UnsafePointer<NSPoint>!) -> Double

Declaration

extern double V2Dot(const NSPoint *a, const NSPoint *b);

Declaration

V2Dot(a: NSPoint, b: NSPoint) -> float

See Also

Two-Dimensional Vectors