Class CIVector

    • Constructor Detail

      • CIVector

        public CIVector()
      • CIVector

        public CIVector​(double x)
      • CIVector

        public CIVector​(double x,
                        double y)
      • CIVector

        public CIVector​(double x,
                        double y,
                        double z)
      • CIVector

        public CIVector​(double x,
                        double y,
                        double z,
                        double w)
      • CIVector

        public CIVector​(CGPoint p)
        Since:
        Available in iOS 5.0 and later.
      • CIVector

        public CIVector​(CGRect r)
        Since:
        Available in iOS 5.0 and later.
      • CIVector

        public CIVector​(CGAffineTransform r)
        Since:
        Available in iOS 5.0 and later.
      • CIVector

        public CIVector​(java.lang.String representation)
      • CIVector

        public CIVector​(NSCoder decoder)
      • CIVector

        public CIVector​(double[] values)
      • CIVector

        public CIVector​(float[] values)
    • Method Detail

      • getCount

        public long getCount()
      • getX

        public double getX()
      • getY

        public double getY()
      • getZ

        public double getZ()
      • getW

        public double getW()
      • getCGPointValue

        public CGPoint getCGPointValue()
        Since:
        Available in iOS 5.0 and later.
      • getCGRectValue

        public CGRect getCGRectValue()
        Since:
        Available in iOS 5.0 and later.
      • getCGAffineTransformValue

        public CGAffineTransform getCGAffineTransformValue()
        Since:
        Available in iOS 5.0 and later.
      • getStringRepresentation

        public java.lang.String getStringRepresentation()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • init

        protected long init​(org.robovm.rt.bro.ptr.MachineSizedFloatPtr values,
                            long count)
      • init

        protected long init​(double x)
      • init

        protected long init​(double x,
                            double y)
      • init

        protected long init​(double x,
                            double y,
                            double z)
      • init

        protected long init​(double x,
                            double y,
                            double z,
                            double w)
      • init

        protected long init​(CGPoint p)
        Since:
        Available in iOS 5.0 and later.
      • init

        protected long init​(CGRect r)
        Since:
        Available in iOS 5.0 and later.
      • init

        protected long init​(CGAffineTransform r)
        Since:
        Available in iOS 5.0 and later.
      • init

        protected long init​(java.lang.String representation)
      • getValueAtIndex

        public double getValueAtIndex​(long index)
      • init

        protected long init​(NSCoder decoder)