public PxHeightFieldGeometry(SWIGTYPE_p_physx__PxHeightField hf, SWIGTYPE_p_physx__PxFlagsT_physx__PxMeshGeometryFlag__Enum_uint8_t_t flags, float heightScale_, float rowScale_, float columnScale_) : this(physxPINVOKE.new_PxHeightFieldGeometry__SWIG_1(SWIGTYPE_p_physx__PxHeightField.getCPtr(hf), SWIGTYPE_p_physx__PxFlagsT_physx__PxMeshGeometryFlag__Enum_uint8_t_t.getCPtr(flags), heightScale_, rowScale_, columnScale_), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }