package com.metaio.sdk.jni;

public class Vector4d
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public Vector4d()
  {
    this(MetaioSDKJNI.new_Vector4d__SWIG_0(), true);
  }

  public Vector4d(float paramFloat1, float paramFloat2, float paramFloat3, float paramFloat4)
  {
    this(MetaioSDKJNI.new_Vector4d__SWIG_1(paramFloat1, paramFloat2, paramFloat3, paramFloat4), true);
  }

  public Vector4d(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public Vector4d(Vector4d paramVector4d)
  {
    this(MetaioSDKJNI.new_Vector4d__SWIG_2(getCPtr(paramVector4d), paramVector4d), true);
  }

  public static long getCPtr(Vector4d paramVector4d)
  {
    if (paramVector4d == null)
      return 0L;
    return paramVector4d.swigCPtr;
  }

  public Vector4d add(Vector4d paramVector4d)
  {
    return new Vector4d(MetaioSDKJNI.Vector4d_add(this.swigCPtr, this, getCPtr(paramVector4d), paramVector4d), true);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_Vector4d(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  public Vector4d divide(float paramFloat)
  {
    return new Vector4d(MetaioSDKJNI.Vector4d_divide(this.swigCPtr, this, paramFloat), true);
  }

  public float dot(Vector4d paramVector4d)
  {
    return MetaioSDKJNI.Vector4d_dot(this.swigCPtr, this, getCPtr(paramVector4d), paramVector4d);
  }

  protected void finalize()
  {
    delete();
  }

  public float getW()
  {
    return MetaioSDKJNI.Vector4d_w_get(this.swigCPtr, this);
  }

  public float getX()
  {
    return MetaioSDKJNI.Vector4d_x_get(this.swigCPtr, this);
  }

  public float getY()
  {
    return MetaioSDKJNI.Vector4d_y_get(this.swigCPtr, this);
  }

  public float getZ()
  {
    return MetaioSDKJNI.Vector4d_z_get(this.swigCPtr, this);
  }

  public boolean isNull()
  {
    return MetaioSDKJNI.Vector4d_isNull(this.swigCPtr, this);
  }

  public Vector4d multiply(float paramFloat)
  {
    return new Vector4d(MetaioSDKJNI.Vector4d_multiply(this.swigCPtr, this, paramFloat), true);
  }

  public float norm()
  {
    return MetaioSDKJNI.Vector4d_norm(this.swigCPtr, this);
  }

  public void setW(float paramFloat)
  {
    MetaioSDKJNI.Vector4d_w_set(this.swigCPtr, this, paramFloat);
  }

  public void setX(float paramFloat)
  {
    MetaioSDKJNI.Vector4d_x_set(this.swigCPtr, this, paramFloat);
  }

  public void setY(float paramFloat)
  {
    MetaioSDKJNI.Vector4d_y_set(this.swigCPtr, this, paramFloat);
  }

  public void setZ(float paramFloat)
  {
    MetaioSDKJNI.Vector4d_z_set(this.swigCPtr, this, paramFloat);
  }

  public void setZero()
  {
    MetaioSDKJNI.Vector4d_setZero(this.swigCPtr, this);
  }

  public float squaredNorm()
  {
    return MetaioSDKJNI.Vector4d_squaredNorm(this.swigCPtr, this);
  }

  public Vector4d subtract()
  {
    return new Vector4d(MetaioSDKJNI.Vector4d_subtract__SWIG_0(this.swigCPtr, this), true);
  }

  public Vector4d subtract(Vector4d paramVector4d)
  {
    return new Vector4d(MetaioSDKJNI.Vector4d_subtract__SWIG_1(this.swigCPtr, this, getCPtr(paramVector4d), paramVector4d), true);
  }

  public String toString()
  {
    return MetaioSDKJNI.Vector4d_toString(this.swigCPtr, this);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.Vector4d
 * JD-Core Version:    0.6.2
 */