MCPcopy Index your code
hub / github.com/MapServer/MapServer / point_cross

Function point_cross

maputil.c:1686–1688  ·  view source on GitHub ↗

vector cross product (warning: z and m dimensions are ignored!) */

Source from the content-addressed store, hash-verified

1684
1685/* vector cross product (warning: z and m dimensions are ignored!) */
1686static double point_cross(const pointObj a, const pointObj b) {
1687 return a.x*b.y-a.y*b.x;
1688}
1689
1690/*
1691** For offset corner point calculation 1/sin() is used

Callers 1

msOffsetPolylineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected