public static extern int cb2_clipsegmenttoline([MarshalAs(UnmanagedType.LPArray, SizeConst=2)]out ClipVertex[] vOut, ClipVertex[] vIn, Vec2 normal, float offset);
public static int ClipSegmentToLine(out ClipVertex[] vOut, ClipVertex[] vIn, Vec2 normal, float offset) { return NativeMethods.cb2_clipsegmenttoline(out vOut, vIn, normal, offset); }