Exemple #1
0
        public Ar3DPoint cross(Ar3DPoint c)
        {
            Ar3DPoint ret = new Ar3DPoint(AriaCSPINVOKE.Ar3DPoint_cross(swigCPtr, Ar3DPoint.getCPtr(c)), true);

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemple #2
0
        public double dot(Ar3DPoint c)
        {
            double ret = AriaCSPINVOKE.Ar3DPoint_dot(swigCPtr, Ar3DPoint.getCPtr(c));

            if (AriaCSPINVOKE.SWIGPendingException.Pending)
            {
                throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }