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